Html Css Color HEX #531F0D Caput Mortuum

📋 copy color: '#531F0D'

red 83 ◦ green 31 ◦ blue 13

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

Shades of Caput Mortuum #531F0D

Tints of Caput Mortuum #531F0D

RGB

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

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

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

R = 65.35%
G = 24.41%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#531F0D (or 0x531F0D) is known color: Caput Mortuum. HEX triplet: 53, 1F and 0D. RGB value is (83,31,13). Sum of RGB (Red+Green+Blue) = 83+31+13=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #531F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531F0D is #ACE0F2. Grayscale: #2C2C2C. Windows color (decimal): -11329779 or 859987. OLE color: 859987.

HSL color Cylindrical-coordinate representation of color #531F0D: hue angle of 15.43º 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 #531F0D is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 31 13 -
CMYK 0 0.63 0.84 0.67
HSL 15.43º 0.73% 0.19% -
HSV(B) 15.43º 0.84% 0.33% -
XYZ 4.13 2.85 0.71 -
YUV 44.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 83 31 13 0 0.63 0.84 0.67 15.43 0.73 0.19
Hex 53 1F D 0 3F 54 43 F 49 13
Octal 123 37 15 0 77 124 103 17 111 23
Binary 1010011 11111 1101 0 111111 1010100 1000011 1111 1001001 10011

Color Harmonies of #531F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F0D

Black with #531F0D

Text Example


Text Example

White with #531F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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