Html Css Color HEX #961221 Carmine

📋 copy color: '#961221'

red 150 ◦ green 18 ◦ blue 33

#961221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #961221

Tints of Carmine #961221

RGB

 RED value IS 150 (58.98% from 255) = 74.63%

 GREEN value IS 18 (7.42% from 255) = 8.96%

 BLUE value IS 33 (13.28% from 255) = 16.42%

R = 74.63%
G = 8.96%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#961221 (or 0x961221) is known color: Carmine. HEX triplet: 96, 12 and 21. RGB value is (150,18,33). Sum of RGB (Red+Green+Blue) = 150+18+33=201 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.63% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 150 - color contains mainly: red. Hex color #961221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961221 is #69EDDE. Grayscale: #3B3B3B. Windows color (decimal): -6942175 or 2167446. OLE color: 2167446.

HSL color Cylindrical-coordinate representation of color #961221: hue angle of 353.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961221 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 18 33 -
CMYK 0 0.88 0.78 0.41
HSL 353.18º 0.79% 0.33% -
HSV(B) 353.18º 0.88% 0.59% -
XYZ 13.07 7.03 2.11 -
YUV 59.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 150 18 33 0 0.88 0.78 0.41 353.18 0.79 0.33
Hex 96 12 21 0 58 4E 29 161 4F 21
Octal 226 22 41 0 130 116 51 541 117 41
Binary 10010110 10010 100001 0 1011000 1001110 101001 101100001 1001111 100001

Color Harmonies of #961221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961221

Black with #961221

Text Example


Text Example

White with #961221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961221; }

 p { color: rgb(150,18,33); }

 H1.HeaderClassName
 {
   color: #961221;
 }
 .AnyTagClassName
 {
   color: #961221;
 }
</style>

background-color css

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

 a { background-color: rgb(150,18,33); }

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

border-color css

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

 span { border-color: rgb(150,18,33); }

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