Html Css Color HEX #62200F Caput Mortuum

📋 copy color: '#62200F'

red 98 ◦ green 32 ◦ blue 15

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

Shades of Caput Mortuum #62200F

Tints of Caput Mortuum #62200F

RGB

 RED value IS 98 (38.67% from 255) = 67.59%

 GREEN value IS 32 (12.89% from 255) = 22.07%

 BLUE value IS 15 (6.25% from 255) = 10.34%

R = 67.59%
G = 22.07%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#62200F (or 0x62200F) is known color: Caput Mortuum. HEX triplet: 62, 20 and 0F. RGB value is (98,32,15). Sum of RGB (Red+Green+Blue) = 98+32+15=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #62200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62200F is #9DDFF0. Grayscale: #313131. Windows color (decimal): -10346481 or 991330. OLE color: 991330.

HSL color Cylindrical-coordinate representation of color #62200F: hue angle of 12.29º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62200F is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 32 15 -
CMYK 0 0.67 0.85 0.62
HSL 12.29º 0.73% 0.22% -
HSV(B) 12.29º 0.85% 0.38% -
XYZ 5.64 3.66 0.86 -
YUV 49.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 98 32 15 0 0.67 0.85 0.62 12.29 0.73 0.22
Hex 62 20 F 0 43 55 3E C 49 16
Octal 142 40 17 0 103 125 76 14 111 26
Binary 1100010 100000 1111 0 1000011 1010101 111110 1100 1001001 10110

Color Harmonies of #62200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62200F

Black with #62200F

Text Example


Text Example

White with #62200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62200F; }

 p { color: rgb(98,32,15); }

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

background-color css

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

 a { background-color: rgb(98,32,15); }

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

border-color css

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

 span { border-color: rgb(98,32,15); }

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