Html Css Color HEX #531907 Caput Mortuum

📋 copy color: '#531907'

red 83 ◦ green 25 ◦ blue 7

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

Shades of Caput Mortuum #531907

Tints of Caput Mortuum #531907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.09%

R = 72.17%
G = 21.74%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#531907 (or 0x531907) is known color: Caput Mortuum. HEX triplet: 53, 19 and 07. RGB value is (83,25,7). Sum of RGB (Red+Green+Blue) = 83+25+7=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #531907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531907 is #ACE6F8. Grayscale: #282828. Windows color (decimal): -11331321 or 465235. OLE color: 465235.

HSL color Cylindrical-coordinate representation of color #531907: hue angle of 14.21º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #531907 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 25 7 -
CMYK 0 0.70 0.92 0.67
HSL 14.21º 0.84% 0.18% -
HSV(B) 14.21º 0.92% 0.33% -
XYZ 3.95 2.55 0.48 -
YUV 40.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 83 25 7 0 0.70 0.92 0.67 14.21 0.84 0.18
Hex 53 19 7 0 46 5C 43 E 54 12
Octal 123 31 7 0 106 134 103 16 124 22
Binary 1010011 11001 111 0 1000110 1011100 1000011 1110 1010100 10010

Color Harmonies of #531907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531907

Black with #531907

Text Example


Text Example

White with #531907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531907; }

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

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

background-color css

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

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

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

border-color css

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

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

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