Html Css Color HEX #532119 Caput Mortuum

📋 copy color: '#532119'

red 83 ◦ green 33 ◦ blue 25

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

Shades of Caput Mortuum #532119

Tints of Caput Mortuum #532119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.73%

R = 58.87%
G = 23.4%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#532119 (or 0x532119) is known color: Caput Mortuum. HEX triplet: 53, 21 and 19. RGB value is (83,33,25). Sum of RGB (Red+Green+Blue) = 83+33+25=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #532119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532119 is #ACDEE6. Grayscale: #2F2F2F. Windows color (decimal): -11329255 or 1646931. OLE color: 1646931.

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

Color convert

RGB 83 33 25 -
CMYK 0 0.60 0.70 0.67
HSL 8.28º 0.54% 0.21% -
HSV(B) 8.28º 0.7% 0.33% -
XYZ 4.29 3 1.27 -
YUV 47.04 115.57 153.65 -
System Red Green Blue C M Y K H S L
Decimal 83 33 25 0 0.60 0.70 0.67 8.28 0.54 0.21
Hex 53 21 19 0 3C 46 43 8 36 15
Octal 123 41 31 0 74 106 103 10 66 25
Binary 1010011 100001 11001 0 111100 1000110 1000011 1000 110110 10101

Color Harmonies of #532119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532119

Black with #532119

Text Example


Text Example

White with #532119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532119; }

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

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

background-color css

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

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

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

border-color css

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

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

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