Html Css Color HEX #531F0B Caput Mortuum

📋 copy color: '#531F0B'

red 83 ◦ green 31 ◦ blue 11

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

Shades of Caput Mortuum #531F0B

Tints of Caput Mortuum #531F0B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.8%

 BLUE value IS 11 (4.69% from 255) = 8.8%

R = 66.4%
G = 24.8%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#531F0B (or 0x531F0B) is known color: Caput Mortuum. HEX triplet: 53, 1F and 0B. RGB value is (83,31,11). Sum of RGB (Red+Green+Blue) = 83+31+11=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #531F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531F0B is #ACE0F4. Grayscale: #2C2C2C. Windows color (decimal): -11329781 or 728915. OLE color: 728915.

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

Color convert

RGB 83 31 11 -
CMYK 0 0.63 0.87 0.67
HSL 16.67º 0.77% 0.18% -
HSV(B) 16.67º 0.87% 0.33% -
XYZ 4.12 2.84 0.65 -
YUV 44.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 83 31 11 0 0.63 0.87 0.67 16.67 0.77 0.18
Hex 53 1F B 0 3F 57 43 11 4D 12
Octal 123 37 13 0 77 127 103 21 115 22
Binary 1010011 11111 1011 0 111111 1010111 1000011 10001 1001101 10010

Color Harmonies of #531F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F0B

Black with #531F0B

Text Example


Text Example

White with #531F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,31,11); }

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

background-color css

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

 a { background-color: rgb(83,31,11); }

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

border-color css

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

 span { border-color: rgb(83,31,11); }

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