Html Css Color HEX #522036 Castro

📋 copy color: '#522036'

red 82 ◦ green 32 ◦ blue 54

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

Shades of Castro #522036

Tints of Castro #522036

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.05%

 BLUE value IS 54 (21.48% from 255) = 32.14%

R = 48.81%
G = 19.05%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#522036 (or 0x522036) is known color: Castro. HEX triplet: 52, 20 and 36. RGB value is (82,32,54). Sum of RGB (Red+Green+Blue) = 82+32+54=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #522036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522036 is #ADDFC9. Grayscale: #313131. Windows color (decimal): -11395018 or 3547218. OLE color: 3547218.

HSL color Cylindrical-coordinate representation of color #522036: hue angle of 333.6º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #522036 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 32 54 -
CMYK 0 0.61 0.34 0.68
HSL 333.6º 0.44% 0.22% -
HSV(B) 333.6º 0.61% 0.32% -
XYZ 4.66 3.09 3.84 -
YUV 49.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 82 32 54 0 0.61 0.34 0.68 333.6 0.44 0.22
Hex 52 20 36 0 3D 22 44 14E 2C 16
Octal 122 40 66 0 75 42 104 516 54 26
Binary 1010010 100000 110110 0 111101 100010 1000100 101001110 101100 10110

Color Harmonies of #522036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522036

Black with #522036

Text Example


Text Example

White with #522036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522036; }

 p { color: rgb(82,32,54); }

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

background-color css

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

 a { background-color: rgb(82,32,54); }

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

border-color css

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

 span { border-color: rgb(82,32,54); }

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