Html Css Color HEX #531B06 Caput Mortuum

📋 copy color: '#531B06'

red 83 ◦ green 27 ◦ blue 6

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

Shades of Caput Mortuum #531B06

Tints of Caput Mortuum #531B06

RGB

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

 GREEN value IS 27 (10.94% from 255) = 23.28%

 BLUE value IS 6 (2.73% from 255) = 5.17%

R = 71.55%
G = 23.28%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#531B06 (or 0x531B06) is known color: Caput Mortuum. HEX triplet: 53, 1B and 06. RGB value is (83,27,6). Sum of RGB (Red+Green+Blue) = 83+27+6=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 6 (2.73% from 255 or 5.17% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #531B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531B06 is #ACE4F9. Grayscale: #292929. Windows color (decimal): -11330810 or 400211. OLE color: 400211.

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

Color convert

RGB 83 27 6 -
CMYK 0 0.67 0.93 0.67
HSL 16.36º 0.87% 0.17% -
HSV(B) 16.36º 0.93% 0.33% -
XYZ 3.99 2.64 0.47 -
YUV 41.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 83 27 6 0 0.67 0.93 0.67 16.36 0.87 0.17
Hex 53 1B 6 0 43 5D 43 10 57 11
Octal 123 33 6 0 103 135 103 20 127 21
Binary 1010011 11011 110 0 1000011 1011101 1000011 10000 1010111 10001

Color Harmonies of #531B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B06

Black with #531B06

Text Example


Text Example

White with #531B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531B06; }

 p { color: rgb(83,27,6); }

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

background-color css

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

 a { background-color: rgb(83,27,6); }

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

border-color css

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

 span { border-color: rgb(83,27,6); }

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