Html Css Color HEX #532015 Caput Mortuum

📋 copy color: '#532015'

red 83 ◦ green 32 ◦ blue 21

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

Shades of Caput Mortuum #532015

Tints of Caput Mortuum #532015

RGB

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

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

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

R = 61.03%
G = 23.53%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#532015 (or 0x532015) is known color: Caput Mortuum. HEX triplet: 53, 20 and 15. RGB value is (83,32,21). Sum of RGB (Red+Green+Blue) = 83+32+21=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #532015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532015 is #ACDFEA. Grayscale: #2E2E2E. Windows color (decimal): -11329515 or 1384531. OLE color: 1384531.

HSL color Cylindrical-coordinate representation of color #532015: hue angle of 10.65º 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 #532015 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 32 21 -
CMYK 0 0.61 0.75 0.67
HSL 10.65º 0.6% 0.2% -
HSV(B) 10.65º 0.75% 0.33% -
XYZ 4.22 2.93 1.05 -
YUV 46 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 83 32 21 0 0.61 0.75 0.67 10.65 0.6 0.2
Hex 53 20 15 0 3D 4B 43 B 3C 14
Octal 123 40 25 0 75 113 103 13 74 24
Binary 1010011 100000 10101 0 111101 1001011 1000011 1011 111100 10100

Color Harmonies of #532015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532015

Black with #532015

Text Example


Text Example

White with #532015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532015; }

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

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

background-color css

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

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

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

border-color css

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

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

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