Html Css Color HEX #531A09 Caput Mortuum

📋 copy color: '#531A09'

red 83 ◦ green 26 ◦ blue 9

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

Shades of Caput Mortuum #531A09

Tints of Caput Mortuum #531A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 22.03%

 BLUE value IS 9 (3.91% from 255) = 7.63%

R = 70.34%
G = 22.03%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#531A09 (or 0x531A09) is known color: Caput Mortuum. HEX triplet: 53, 1A and 09. RGB value is (83,26,9). Sum of RGB (Red+Green+Blue) = 83+26+9=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #531A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531A09 is #ACE5F6. Grayscale: #292929. Windows color (decimal): -11331063 or 596563. OLE color: 596563.

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

Color convert

RGB 83 26 9 -
CMYK 0 0.69 0.89 0.67
HSL 13.78º 0.8% 0.18% -
HSV(B) 13.78º 0.89% 0.33% -
XYZ 3.99 2.6 0.55 -
YUV 41.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 83 26 9 0 0.69 0.89 0.67 13.78 0.8 0.18
Hex 53 1A 9 0 45 59 43 E 50 12
Octal 123 32 11 0 105 131 103 16 120 22
Binary 1010011 11010 1001 0 1000101 1011001 1000011 1110 1010000 10010

Color Harmonies of #531A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A09

Black with #531A09

Text Example


Text Example

White with #531A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,26,9); }

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

background-color css

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

 a { background-color: rgb(83,26,9); }

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

border-color css

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

 span { border-color: rgb(83,26,9); }

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