Html Css Color HEX #652313 Caput Mortuum

📋 copy color: '#652313'

red 101 ◦ green 35 ◦ blue 19

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

Shades of Caput Mortuum #652313

Tints of Caput Mortuum #652313

RGB

 RED value IS 101 (39.84% from 255) = 65.16%

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

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

R = 65.16%
G = 22.58%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#652313 (or 0x652313) is known color: Caput Mortuum. HEX triplet: 65, 23 and 13. RGB value is (101,35,19). Sum of RGB (Red+Green+Blue) = 101+35+19=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #652313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652313 is #9ADCEC. Grayscale: #353535. Windows color (decimal): -10149101 or 1254245. OLE color: 1254245.

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

Color convert

RGB 101 35 19 -
CMYK 0 0.65 0.81 0.60
HSL 11.71º 0.68% 0.24% -
HSV(B) 11.71º 0.81% 0.4% -
XYZ 6.09 4.02 1.07 -
YUV 52.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 101 35 19 0 0.65 0.81 0.60 11.71 0.68 0.24
Hex 65 23 13 0 41 51 3C C 44 18
Octal 145 43 23 0 101 121 74 14 104 30
Binary 1100101 100011 10011 0 1000001 1010001 111100 1100 1000100 11000

Color Harmonies of #652313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652313

Black with #652313

Text Example


Text Example

White with #652313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652313; }

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

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

background-color css

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

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

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

border-color css

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

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

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