Html Css Color HEX #531B0D Caput Mortuum

📋 copy color: '#531B0D'

red 83 ◦ green 27 ◦ blue 13

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

Shades of Caput Mortuum #531B0D

Tints of Caput Mortuum #531B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.57%

R = 67.48%
G = 21.95%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#531B0D (or 0x531B0D) is known color: Caput Mortuum. HEX triplet: 53, 1B and 0D. RGB value is (83,27,13). Sum of RGB (Red+Green+Blue) = 83+27+13=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #531B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531B0D is #ACE4F2. Grayscale: #2A2A2A. Windows color (decimal): -11330803 or 858963. OLE color: 858963.

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

Color convert

RGB 83 27 13 -
CMYK 0 0.67 0.84 0.67
HSL 12º 0.73% 0.19% -
HSV(B) 12º 0.84% 0.33% -
XYZ 4.03 2.65 0.68 -
YUV 42.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 83 27 13 0 0.67 0.84 0.67 12 0.73 0.19
Hex 53 1B D 0 43 54 43 C 49 13
Octal 123 33 15 0 103 124 103 14 111 23
Binary 1010011 11011 1101 0 1000011 1010100 1000011 1100 1001001 10011

Color Harmonies of #531B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B0D

Black with #531B0D

Text Example


Text Example

White with #531B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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