Html Css Color HEX #531904 Caput Mortuum

📋 copy color: '#531904'

red 83 ◦ green 25 ◦ blue 4

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

Shades of Caput Mortuum #531904

Tints of Caput Mortuum #531904

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.32%

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

R = 74.11%
G = 22.32%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#531904 (or 0x531904) is known color: Caput Mortuum. HEX triplet: 53, 19 and 04. RGB value is (83,25,4). Sum of RGB (Red+Green+Blue) = 83+25+4=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #531904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531904 is #ACE6FB. Grayscale: #282828. Windows color (decimal): -11331324 or 268627. OLE color: 268627.

HSL color Cylindrical-coordinate representation of color #531904: hue angle of 15.95º 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 #531904 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 25 4 -
CMYK 0 0.70 0.95 0.67
HSL 15.95º 0.91% 0.17% -
HSV(B) 15.95º 0.95% 0.33% -
XYZ 3.94 2.54 0.4 -
YUV 39.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 83 25 4 0 0.70 0.95 0.67 15.95 0.91 0.17
Hex 53 19 4 0 46 5F 43 10 5B 11
Octal 123 31 4 0 106 137 103 20 133 21
Binary 1010011 11001 100 0 1000110 1011111 1000011 10000 1011011 10001

Color Harmonies of #531904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531904

Black with #531904

Text Example


Text Example

White with #531904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531904; }

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

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

background-color css

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

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

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

border-color css

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

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

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