Html Css Color HEX #531F15 Caput Mortuum

📋 copy color: '#531F15'

red 83 ◦ green 31 ◦ blue 21

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

Shades of Caput Mortuum #531F15

Tints of Caput Mortuum #531F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.56%

R = 61.48%
G = 22.96%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#531F15 (or 0x531F15) is known color: Caput Mortuum. HEX triplet: 53, 1F and 15. RGB value is (83,31,21). Sum of RGB (Red+Green+Blue) = 83+31+21=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #531F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531F15 is #ACE0EA. Grayscale: #2D2D2D. Windows color (decimal): -11329771 or 1384275. OLE color: 1384275.

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

Color convert

RGB 83 31 21 -
CMYK 0 0.63 0.75 0.67
HSL 9.68º 0.6% 0.2% -
HSV(B) 9.68º 0.75% 0.33% -
XYZ 4.19 2.87 1.04 -
YUV 45.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 83 31 21 0 0.63 0.75 0.67 9.68 0.6 0.2
Hex 53 1F 15 0 3F 4B 43 A 3C 14
Octal 123 37 25 0 77 113 103 12 74 24
Binary 1010011 11111 10101 0 111111 1001011 1000011 1010 111100 10100

Color Harmonies of #531F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F15

Black with #531F15

Text Example


Text Example

White with #531F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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