Html Css Color HEX #532515 Caput Mortuum

📋 copy color: '#532515'

red 83 ◦ green 37 ◦ blue 21

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

Shades of Caput Mortuum #532515

Tints of Caput Mortuum #532515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.24%

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

R = 58.87%
G = 26.24%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#532515 (or 0x532515) is known color: Caput Mortuum. HEX triplet: 53, 25 and 15. RGB value is (83,37,21). Sum of RGB (Red+Green+Blue) = 83+37+21=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #532515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532515 is #ACDAEA. Grayscale: #313131. Windows color (decimal): -11328235 or 1385811. OLE color: 1385811.

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

Color convert

RGB 83 37 21 -
CMYK 0 0.55 0.75 0.67
HSL 15.48º 0.6% 0.2% -
HSV(B) 15.48º 0.75% 0.33% -
XYZ 4.36 3.22 1.1 -
YUV 48.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 83 37 21 0 0.55 0.75 0.67 15.48 0.6 0.2
Hex 53 25 15 0 37 4B 43 F 3C 14
Octal 123 45 25 0 67 113 103 17 74 24
Binary 1010011 100101 10101 0 110111 1001011 1000011 1111 111100 10100

Color Harmonies of #532515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532515

Black with #532515

Text Example


Text Example

White with #532515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532515; }

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

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

background-color css

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

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

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

border-color css

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

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

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