Html Css Color HEX #531804 Caput Mortuum

📋 copy color: '#531804'

red 83 ◦ green 24 ◦ blue 4

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

Shades of Caput Mortuum #531804

Tints of Caput Mortuum #531804

RGB

 RED value IS 83 (32.81% from 255) = 74.77%

 GREEN value IS 24 (9.77% from 255) = 21.62%

 BLUE value IS 4 (1.95% from 255) = 3.6%

R = 74.77%
G = 21.62%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#531804 (or 0x531804) is known color: Caput Mortuum. HEX triplet: 53, 18 and 04. RGB value is (83,24,4). Sum of RGB (Red+Green+Blue) = 83+24+4=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #531804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531804 is #ACE7FB. Grayscale: #272727. Windows color (decimal): -11331580 or 268371. OLE color: 268371.

HSL color Cylindrical-coordinate representation of color #531804: hue angle of 15.19º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #531804 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 4 -
CMYK 0 0.71 0.95 0.67
HSL 15.19º 0.91% 0.17% -
HSV(B) 15.19º 0.95% 0.33% -
XYZ 3.92 2.5 0.39 -
YUV 39.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 83 24 4 0 0.71 0.95 0.67 15.19 0.91 0.17
Hex 53 18 4 0 47 5F 43 F 5B 11
Octal 123 30 4 0 107 137 103 17 133 21
Binary 1010011 11000 100 0 1000111 1011111 1000011 1111 1011011 10001

Color Harmonies of #531804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531804

Black with #531804

Text Example


Text Example

White with #531804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531804; }

 p { color: rgb(83,24,4); }

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

background-color css

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

 a { background-color: rgb(83,24,4); }

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

border-color css

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

 span { border-color: rgb(83,24,4); }

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