Html Css Color HEX #672313 Caput Mortuum

📋 copy color: '#672313'

red 103 ◦ green 35 ◦ blue 19

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

Shades of Caput Mortuum #672313

Tints of Caput Mortuum #672313

RGB

 RED value IS 103 (40.63% from 255) = 65.61%

 GREEN value IS 35 (14.06% from 255) = 22.29%

 BLUE value IS 19 (7.81% from 255) = 12.1%

R = 65.61%
G = 22.29%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#672313 (or 0x672313) is known color: Caput Mortuum. HEX triplet: 67, 23 and 13. RGB value is (103,35,19). Sum of RGB (Red+Green+Blue) = 103+35+19=157 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.61% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 103 - color contains mainly: red. Hex color #672313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672313 is #98DCEC. Grayscale: #353535. Windows color (decimal): -10018029 or 1254247. OLE color: 1254247.

HSL color Cylindrical-coordinate representation of color #672313: hue angle of 11.43º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #672313 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 35 19 -
CMYK 0 0.66 0.82 0.60
HSL 11.43º 0.69% 0.24% -
HSV(B) 11.43º 0.82% 0.4% -
XYZ 6.31 4.13 1.08 -
YUV 53.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 103 35 19 0 0.66 0.82 0.60 11.43 0.69 0.24
Hex 67 23 13 0 42 52 3C B 45 18
Octal 147 43 23 0 102 122 74 13 105 30
Binary 1100111 100011 10011 0 1000010 1010010 111100 1011 1000101 11000

Color Harmonies of #672313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672313

Black with #672313

Text Example


Text Example

White with #672313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672313; }

 p { color: rgb(103,35,19); }

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

background-color css

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

 a { background-color: rgb(103,35,19); }

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

border-color css

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

 span { border-color: rgb(103,35,19); }

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