Html Css Color HEX #522625 Caput Mortuum

📋 copy color: '#522625'

red 82 ◦ green 38 ◦ blue 37

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

Shades of Caput Mortuum #522625

Tints of Caput Mortuum #522625

RGB

 RED value IS 82 (32.42% from 255) = 52.23%

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

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

R = 52.23%
G = 24.2%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#522625 (or 0x522625) is known color: Caput Mortuum. HEX triplet: 52, 26 and 25. RGB value is (82,38,37). Sum of RGB (Red+Green+Blue) = 82+38+37=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #522625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522625 is #ADD9DA. Grayscale: #333333. Windows color (decimal): -11393499 or 2434642. OLE color: 2434642.

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

Color convert

RGB 82 38 37 -
CMYK 0 0.54 0.55 0.68
HSL 1.33º 0.38% 0.23% -
HSV(B) 1.33º 0.55% 0.32% -
XYZ 4.51 3.31 2.15 -
YUV 51.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 82 38 37 0 0.54 0.55 0.68 1.33 0.38 0.23
Hex 52 26 25 0 36 37 44 1 26 17
Octal 122 46 45 0 66 67 104 1 46 27
Binary 1010010 100110 100101 0 110110 110111 1000100 1 100110 10111

Color Harmonies of #522625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522625

Black with #522625

Text Example


Text Example

White with #522625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522625; }

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

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

background-color css

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

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

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

border-color css

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

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

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