Html Css Color HEX #532012 Caput Mortuum

📋 copy color: '#532012'

red 83 ◦ green 32 ◦ blue 18

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

Shades of Caput Mortuum #532012

Tints of Caput Mortuum #532012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.06%

 BLUE value IS 18 (7.42% from 255) = 13.53%

R = 62.41%
G = 24.06%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#532012 (or 0x532012) is known color: Caput Mortuum. HEX triplet: 53, 20 and 12. RGB value is (83,32,18). Sum of RGB (Red+Green+Blue) = 83+32+18=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #532012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532012 is #ACDFED. Grayscale: #2D2D2D. Windows color (decimal): -11329518 or 1187923. OLE color: 1187923.

HSL color Cylindrical-coordinate representation of color #532012: hue angle of 12.92º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #532012 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 32 18 -
CMYK 0 0.61 0.78 0.67
HSL 12.92º 0.64% 0.2% -
HSV(B) 12.92º 0.78% 0.33% -
XYZ 4.19 2.92 0.91 -
YUV 45.65 112.4 154.64 -
System Red Green Blue C M Y K H S L
Decimal 83 32 18 0 0.61 0.78 0.67 12.92 0.64 0.2
Hex 53 20 12 0 3D 4E 43 D 40 14
Octal 123 40 22 0 75 116 103 15 100 24
Binary 1010011 100000 10010 0 111101 1001110 1000011 1101 1000000 10100

Color Harmonies of #532012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532012

Black with #532012

Text Example


Text Example

White with #532012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532012; }

 p { color: rgb(83,32,18); }

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

background-color css

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

 a { background-color: rgb(83,32,18); }

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

border-color css

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

 span { border-color: rgb(83,32,18); }

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