Html Css Color HEX #532525 Caput Mortuum

📋 copy color: '#532525'

red 83 ◦ green 37 ◦ blue 37

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

Shades of Caput Mortuum #532525

Tints of Caput Mortuum #532525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.57%

 BLUE value IS 37 (14.84% from 255) = 23.57%

R = 52.87%
G = 23.57%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#532525 (or 0x532525) is known color: Caput Mortuum. HEX triplet: 53, 25 and 25. RGB value is (83,37,37). Sum of RGB (Red+Green+Blue) = 83+37+37=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #532525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532525 is #ACDADA. Grayscale: #323232. Windows color (decimal): -11328219 or 2434387. OLE color: 2434387.

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

Color convert

RGB 83 37 37 -
CMYK 0 0.55 0.55 0.67
HSL 0.38% 0.24% -
HSV(B) 0.55% 0.33% -
XYZ 4.56 3.3 2.15 -
YUV 50.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 83 37 37 0 0.55 0.55 0.67 0 0.38 0.24
Hex 53 25 25 0 37 37 43 0 26 18
Octal 123 45 45 0 67 67 103 0 46 30
Binary 1010011 100101 100101 0 110111 110111 1000011 0 100110 11000

Color Harmonies of #532525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532525

Black with #532525

Text Example


Text Example

White with #532525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532525; }

 p { color: rgb(83,37,37); }

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

background-color css

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

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

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

border-color css

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

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

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