Html Css Color HEX #582316 Caput Mortuum

📋 copy color: '#582316'

red 88 ◦ green 35 ◦ blue 22

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

Shades of Caput Mortuum #582316

Tints of Caput Mortuum #582316

RGB

 RED value IS 88 (34.77% from 255) = 60.69%

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

 BLUE value IS 22 (8.98% from 255) = 15.17%

R = 60.69%
G = 24.14%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#582316 (or 0x582316) is known color: Caput Mortuum. HEX triplet: 58, 23 and 16. RGB value is (88,35,22). Sum of RGB (Red+Green+Blue) = 88+35+22=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #582316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582316 is #A7DCE9. Grayscale: #313131. Windows color (decimal): -11001066 or 1450840. OLE color: 1450840.

HSL color Cylindrical-coordinate representation of color #582316: hue angle of 11.82º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582316 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 35 22 -
CMYK 0 0.60 0.75 0.65
HSL 11.82º 0.6% 0.22% -
HSV(B) 11.82º 0.75% 0.35% -
XYZ 4.77 3.33 1.15 -
YUV 49.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 88 35 22 0 0.60 0.75 0.65 11.82 0.6 0.22
Hex 58 23 16 0 3C 4B 41 C 3C 16
Octal 130 43 26 0 74 113 101 14 74 26
Binary 1011000 100011 10110 0 111100 1001011 1000001 1100 111100 10110

Color Harmonies of #582316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582316

Black with #582316

Text Example


Text Example

White with #582316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582316; }

 p { color: rgb(88,35,22); }

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

background-color css

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

 a { background-color: rgb(88,35,22); }

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

border-color css

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

 span { border-color: rgb(88,35,22); }

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