Html Css Color HEX #532415 Caput Mortuum

📋 copy color: '#532415'

red 83 ◦ green 36 ◦ blue 21

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

Shades of Caput Mortuum #532415

Tints of Caput Mortuum #532415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.71%

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

R = 59.29%
G = 25.71%
B = 15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#532415 (or 0x532415) is known color: Caput Mortuum. HEX triplet: 53, 24 and 15. RGB value is (83,36,21). Sum of RGB (Red+Green+Blue) = 83+36+21=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #532415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532415 is #ACDBEA. Grayscale: #303030. Windows color (decimal): -11328491 or 1385555. OLE color: 1385555.

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

Color convert

RGB 83 36 21 -
CMYK 0 0.57 0.75 0.67
HSL 14.52º 0.6% 0.2% -
HSV(B) 14.52º 0.75% 0.33% -
XYZ 4.33 3.15 1.09 -
YUV 48.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 83 36 21 0 0.57 0.75 0.67 14.52 0.6 0.2
Hex 53 24 15 0 39 4B 43 F 3C 14
Octal 123 44 25 0 71 113 103 17 74 24
Binary 1010011 100100 10101 0 111001 1001011 1000011 1111 111100 10100

Color Harmonies of #532415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532415

Black with #532415

Text Example


Text Example

White with #532415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532415; }

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

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

background-color css

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

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

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

border-color css

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

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

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