#950821

Color #950821 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #950821

Tints of Carmine #950821

Color information

#950821 (or 0x950821) is unknown color: approx Carmine. HEX triplet: 95, 08 and 21. RGB value is (149,8,33). Sum of RGB (Red+Green+Blue) = 149+8+33=190 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.42% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 149 - color contains mainly: red. Hex color #950821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950821 is #6AF7DE. Grayscale: #353535. Windows color (decimal): -7010271 or 2164885. OLE color: 2164885.

HSL color Cylindrical-coordinate representation of color #950821: hue angle of 349.36º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950821 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB149833-
CMYK00.950.780.42
HSL349.36º89.81%30.78%-
HSV(B)349.36º94.63%58.43%-
XYZ12.766.672.05-
YUV53.01116.71196.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 78.42%
GREEN value IS 8 (3.52% from 255) = 4.21%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=78.42%
G=4.21%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14983300.950.780.42349.3689.8130.78
Hex9582105F4E2A15d5a1f
Octal225104101371165253513237
Binary100101011000100001010111111001110101010101011101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950821; }

 p { color: rgb(149,8,33); }

 H1.HeaderClassName
 {
   color: #950821;
 }
 .AnyTagClassName
 {
   color: #950821;
 }
</style>
background-color css

<style>
 a { background-color: #950821; }

 a { background-color: rgb(149,8,33); }

 div.DivClassName
 {
   background-color: #950821;
 }
 .BgClassName
 {
   background-color: #950821;
 }
</style>
border-color css

<style>
 span { border-color: #950821; }

 span { border-color: rgb(149,8,33); }

 td.TdClassName
 {
   border-color: #950821;
 }
 .TagClassName
 {
   border-color: #950821;
 }
</style>