Html Css Color HEX #532117 Caput Mortuum

📋 copy color: '#532117'

red 83 ◦ green 33 ◦ blue 23

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

Shades of Caput Mortuum #532117

Tints of Caput Mortuum #532117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.74%

 BLUE value IS 23 (9.38% from 255) = 16.55%

R = 59.71%
G = 23.74%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#532117 (or 0x532117) is known color: Caput Mortuum. HEX triplet: 53, 21 and 17. RGB value is (83,33,23). Sum of RGB (Red+Green+Blue) = 83+33+23=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #532117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532117 is #ACDEE8. Grayscale: #2E2E2E. Windows color (decimal): -11329257 or 1515859. OLE color: 1515859.

HSL color Cylindrical-coordinate representation of color #532117: hue angle of 10º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #532117 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 33 23 -
CMYK 0 0.60 0.72 0.67
HSL 10º 0.57% 0.21% -
HSV(B) 10º 0.72% 0.33% -
XYZ 4.27 2.99 1.16 -
YUV 46.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 83 33 23 0 0.60 0.72 0.67 10 0.57 0.21
Hex 53 21 17 0 3C 48 43 A 39 15
Octal 123 41 27 0 74 110 103 12 71 25
Binary 1010011 100001 10111 0 111100 1001000 1000011 1010 111001 10101

Color Harmonies of #532117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532117

Black with #532117

Text Example


Text Example

White with #532117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532117; }

 p { color: rgb(83,33,23); }

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

background-color css

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

 a { background-color: rgb(83,33,23); }

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

border-color css

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

 span { border-color: rgb(83,33,23); }

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