Html Css Color HEX #521B33 Castro

📋 copy color: '#521B33'

red 82 ◦ green 27 ◦ blue 51

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

Shades of Castro #521B33

Tints of Castro #521B33

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.88%

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

R = 51.25%
G = 16.88%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#521B33 (or 0x521B33) is known color: Castro. HEX triplet: 52, 1B and 33. RGB value is (82,27,51). Sum of RGB (Red+Green+Blue) = 82+27+51=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #521B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B33 is #ADE4CC. Grayscale: #2E2E2E. Windows color (decimal): -11396301 or 3349330. OLE color: 3349330.

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

Color convert

RGB 82 27 51 -
CMYK 0 0.67 0.38 0.68
HSL 333.82º 0.5% 0.21% -
HSV(B) 333.82º 0.67% 0.32% -
XYZ 4.47 2.82 3.44 -
YUV 46.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 82 27 51 0 0.67 0.38 0.68 333.82 0.5 0.21
Hex 52 1B 33 0 43 26 44 14E 32 15
Octal 122 33 63 0 103 46 104 516 62 25
Binary 1010010 11011 110011 0 1000011 100110 1000100 101001110 110010 10101

Color Harmonies of #521B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B33

Black with #521B33

Text Example


Text Example

White with #521B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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