Html Css Color HEX #521D33 Castro

📋 copy color: '#521D33'

red 82 ◦ green 29 ◦ blue 51

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

Shades of Castro #521D33

Tints of Castro #521D33

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.9%

 BLUE value IS 51 (20.31% from 255) = 31.48%

R = 50.62%
G = 17.9%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#521D33 (or 0x521D33) is known color: Castro. HEX triplet: 52, 1D and 33. RGB value is (82,29,51). Sum of RGB (Red+Green+Blue) = 82+29+51=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #521D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D33 is #ADE2CC. Grayscale: #2F2F2F. Windows color (decimal): -11395789 or 3349842. OLE color: 3349842.

HSL color Cylindrical-coordinate representation of color #521D33: hue angle of 335.09º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #521D33 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 29 51 -
CMYK 0 0.65 0.38 0.68
HSL 335.09º 0.48% 0.22% -
HSV(B) 335.09º 0.65% 0.32% -
XYZ 4.52 2.91 3.46 -
YUV 47.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 82 29 51 0 0.65 0.38 0.68 335.09 0.48 0.22
Hex 52 1D 33 0 41 26 44 14F 30 16
Octal 122 35 63 0 101 46 104 517 60 26
Binary 1010010 11101 110011 0 1000001 100110 1000100 101001111 110000 10110

Color Harmonies of #521D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D33

Black with #521D33

Text Example


Text Example

White with #521D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521D33; }

 p { color: rgb(82,29,51); }

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

background-color css

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

 a { background-color: rgb(82,29,51); }

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

border-color css

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

 span { border-color: rgb(82,29,51); }

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