Html Css Color HEX #961321 Carmine

📋 copy color: '#961321'

red 150 ◦ green 19 ◦ blue 33

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

Shades of Carmine #961321

Tints of Carmine #961321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

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

R = 74.26%
G = 9.41%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#961321 (or 0x961321) is known color: Carmine. HEX triplet: 96, 13 and 21. RGB value is (150,19,33). Sum of RGB (Red+Green+Blue) = 150+19+33=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #961321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961321 is #69ECDE. Grayscale: #3B3B3B. Windows color (decimal): -6941919 or 2167702. OLE color: 2167702.

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

Color convert

RGB 150 19 33 -
CMYK 0 0.87 0.78 0.41
HSL 353.59º 0.78% 0.33% -
HSV(B) 353.59º 0.87% 0.59% -
XYZ 13.09 7.06 2.11 -
YUV 59.77 112.9 192.36 -
System Red Green Blue C M Y K H S L
Decimal 150 19 33 0 0.87 0.78 0.41 353.59 0.78 0.33
Hex 96 13 21 0 57 4E 29 162 4E 21
Octal 226 23 41 0 127 116 51 542 116 41
Binary 10010110 10011 100001 0 1010111 1001110 101001 101100010 1001110 100001

Color Harmonies of #961321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961321

Black with #961321

Text Example


Text Example

White with #961321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961321; }

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

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

background-color css

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

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

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

border-color css

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

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

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