Html Css Color HEX #532625 Caput Mortuum

📋 copy color: '#532625'

red 83 ◦ green 38 ◦ blue 37

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

Shades of Caput Mortuum #532625

Tints of Caput Mortuum #532625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.05%

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

R = 52.53%
G = 24.05%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#532625 (or 0x532625) is known color: Caput Mortuum. HEX triplet: 53, 26 and 25. RGB value is (83,38,37). Sum of RGB (Red+Green+Blue) = 83+38+37=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #532625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532625 is #ACD9DA. Grayscale: #333333. Windows color (decimal): -11327963 or 2434643. OLE color: 2434643.

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

Color convert

RGB 83 38 37 -
CMYK 0 0.54 0.55 0.67
HSL 1.3º 0.38% 0.24% -
HSV(B) 1.3º 0.55% 0.33% -
XYZ 4.59 3.36 2.16 -
YUV 51.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 83 38 37 0 0.54 0.55 0.67 1.3 0.38 0.24
Hex 53 26 25 0 36 37 43 1 26 18
Octal 123 46 45 0 66 67 103 1 46 30
Binary 1010011 100110 100101 0 110110 110111 1000011 1 100110 11000

Color Harmonies of #532625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532625

Black with #532625

Text Example


Text Example

White with #532625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532625; }

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

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

background-color css

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

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

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

border-color css

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

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

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