Html Css Color HEX #532719 Caput Mortuum

📋 copy color: '#532719'

red 83 ◦ green 39 ◦ blue 25

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

Shades of Caput Mortuum #532719

Tints of Caput Mortuum #532719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.53%

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

R = 56.46%
G = 26.53%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#532719 (or 0x532719) is known color: Caput Mortuum. HEX triplet: 53, 27 and 19. RGB value is (83,39,25). Sum of RGB (Red+Green+Blue) = 83+39+25=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #532719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532719 is #ACD8E6. Grayscale: #323232. Windows color (decimal): -11327719 or 1648467. OLE color: 1648467.

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

Color convert

RGB 83 39 25 -
CMYK 0 0.53 0.70 0.67
HSL 14.48º 0.54% 0.21% -
HSV(B) 14.48º 0.7% 0.33% -
XYZ 4.47 3.36 1.33 -
YUV 50.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 83 39 25 0 0.53 0.70 0.67 14.48 0.54 0.21
Hex 53 27 19 0 35 46 43 E 36 15
Octal 123 47 31 0 65 106 103 16 66 25
Binary 1010011 100111 11001 0 110101 1000110 1000011 1110 110110 10101

Color Harmonies of #532719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532719

Black with #532719

Text Example


Text Example

White with #532719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532719; }

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

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

background-color css

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

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

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

border-color css

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

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

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