Html Css Color HEX #522137 Castro

📋 copy color: '#522137'

red 82 ◦ green 33 ◦ blue 55

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

Shades of Castro #522137

Tints of Castro #522137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.35%

R = 48.24%
G = 19.41%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#522137 (or 0x522137) is known color: Castro. HEX triplet: 52, 21 and 37. RGB value is (82,33,55). Sum of RGB (Red+Green+Blue) = 82+33+55=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #522137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522137 is #ADDEC8. Grayscale: #323232. Windows color (decimal): -11394761 or 3613010. OLE color: 3613010.

HSL color Cylindrical-coordinate representation of color #522137: hue angle of 333.06º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522137 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 33 55 -
CMYK 0 0.60 0.33 0.68
HSL 333.06º 0.43% 0.23% -
HSV(B) 333.06º 0.6% 0.32% -
XYZ 4.71 3.16 3.98 -
YUV 50.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 82 33 55 0 0.60 0.33 0.68 333.06 0.43 0.23
Hex 52 21 37 0 3C 21 44 14D 2B 17
Octal 122 41 67 0 74 41 104 515 53 27
Binary 1010010 100001 110111 0 111100 100001 1000100 101001101 101011 10111

Color Harmonies of #522137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522137

Black with #522137

Text Example


Text Example

White with #522137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522137; }

 p { color: rgb(82,33,55); }

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

background-color css

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

 a { background-color: rgb(82,33,55); }

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

border-color css

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

 span { border-color: rgb(82,33,55); }

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