Html Css Color HEX #582314 Caput Mortuum

📋 copy color: '#582314'

red 88 ◦ green 35 ◦ blue 20

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

Shades of Caput Mortuum #582314

Tints of Caput Mortuum #582314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.99%

R = 61.54%
G = 24.48%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#582314 (or 0x582314) is known color: Caput Mortuum. HEX triplet: 58, 23 and 14. RGB value is (88,35,20). Sum of RGB (Red+Green+Blue) = 88+35+20=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #582314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582314 is #A7DCEB. Grayscale: #313131. Windows color (decimal): -11001068 or 1319768. OLE color: 1319768.

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

Color convert

RGB 88 35 20 -
CMYK 0 0.60 0.77 0.65
HSL 13.24º 0.63% 0.21% -
HSV(B) 13.24º 0.77% 0.35% -
XYZ 4.75 3.33 1.05 -
YUV 49.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 88 35 20 0 0.60 0.77 0.65 13.24 0.63 0.21
Hex 58 23 14 0 3C 4D 41 D 3F 15
Octal 130 43 24 0 74 115 101 15 77 25
Binary 1011000 100011 10100 0 111100 1001101 1000001 1101 111111 10101

Color Harmonies of #582314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582314

Black with #582314

Text Example


Text Example

White with #582314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582314; }

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

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

background-color css

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

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

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

border-color css

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

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

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