Html Css Color HEX #532010 Caput Mortuum

📋 copy color: '#532010'

red 83 ◦ green 32 ◦ blue 16

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

Shades of Caput Mortuum #532010

Tints of Caput Mortuum #532010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.21%

R = 63.36%
G = 24.43%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#532010 (or 0x532010) is known color: Caput Mortuum. HEX triplet: 53, 20 and 10. RGB value is (83,32,16). Sum of RGB (Red+Green+Blue) = 83+32+16=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #532010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532010 is #ACDFEF. Grayscale: #2D2D2D. Windows color (decimal): -11329520 or 1056851. OLE color: 1056851.

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

Color convert

RGB 83 32 16 -
CMYK 0 0.61 0.81 0.67
HSL 14.33º 0.68% 0.19% -
HSV(B) 14.33º 0.81% 0.33% -
XYZ 4.18 2.91 0.83 -
YUV 45.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 83 32 16 0 0.61 0.81 0.67 14.33 0.68 0.19
Hex 53 20 10 0 3D 51 43 E 44 13
Octal 123 40 20 0 75 121 103 16 104 23
Binary 1010011 100000 10000 0 111101 1010001 1000011 1110 1000100 10011

Color Harmonies of #532010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532010

Black with #532010

Text Example


Text Example

White with #532010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532010; }

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

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

background-color css

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

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

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

border-color css

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

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

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