Html Css Color HEX #532218 Caput Mortuum

📋 copy color: '#532218'

red 83 ◦ green 34 ◦ blue 24

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

Shades of Caput Mortuum #532218

Tints of Caput Mortuum #532218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

 BLUE value IS 24 (9.77% from 255) = 17.02%

R = 58.87%
G = 24.11%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#532218 (or 0x532218) is known color: Caput Mortuum. HEX triplet: 53, 22 and 18. RGB value is (83,34,24). Sum of RGB (Red+Green+Blue) = 83+34+24=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #532218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532218 is #ACDDE7. Grayscale: #2F2F2F. Windows color (decimal): -11329000 or 1581651. OLE color: 1581651.

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

Color convert

RGB 83 34 24 -
CMYK 0 0.59 0.71 0.67
HSL 10.17º 0.55% 0.21% -
HSV(B) 10.17º 0.71% 0.33% -
XYZ 4.3 3.05 1.23 -
YUV 47.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 83 34 24 0 0.59 0.71 0.67 10.17 0.55 0.21
Hex 53 22 18 0 3B 47 43 A 37 15
Octal 123 42 30 0 73 107 103 12 67 25
Binary 1010011 100010 11000 0 111011 1000111 1000011 1010 110111 10101

Color Harmonies of #532218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532218

Black with #532218

Text Example


Text Example

White with #532218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532218; }

 p { color: rgb(83,34,24); }

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

background-color css

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

 a { background-color: rgb(83,34,24); }

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

border-color css

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

 span { border-color: rgb(83,34,24); }

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