Html Css Color HEX #602A23 Caput Mortuum

📋 copy color: '#602A23'

red 96 ◦ green 42 ◦ blue 35

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

Shades of Caput Mortuum #602A23

Tints of Caput Mortuum #602A23

RGB

 RED value IS 96 (37.89% from 255) = 55.49%

 GREEN value IS 42 (16.8% from 255) = 24.28%

 BLUE value IS 35 (14.06% from 255) = 20.23%

R = 55.49%
G = 24.28%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#602A23 (or 0x602A23) is known color: Caput Mortuum. HEX triplet: 60, 2A and 23. RGB value is (96,42,35). Sum of RGB (Red+Green+Blue) = 96+42+35=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #602A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602A23 is #9FD5DC. Grayscale: #393939. Windows color (decimal): -10474973 or 2304608. OLE color: 2304608.

HSL color Cylindrical-coordinate representation of color #602A23: hue angle of 6.89º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #602A23 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 42 35 -
CMYK 0 0.56 0.64 0.62
HSL 6.89º 0.47% 0.26% -
HSV(B) 6.89º 0.64% 0.38% -
XYZ 5.96 4.26 2.1 -
YUV 57.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 96 42 35 0 0.56 0.64 0.62 6.89 0.47 0.26
Hex 60 2A 23 0 38 40 3E 7 2F 1A
Octal 140 52 43 0 70 100 76 7 57 32
Binary 1100000 101010 100011 0 111000 1000000 111110 111 101111 11010

Color Harmonies of #602A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602A23

Black with #602A23

Text Example


Text Example

White with #602A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602A23; }

 p { color: rgb(96,42,35); }

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

background-color css

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

 a { background-color: rgb(96,42,35); }

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

border-color css

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

 span { border-color: rgb(96,42,35); }

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