#502133

Color #502133 Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #502133

Tints of Castro #502133

Color information

#502133 (or 0x502133) is unknown color: approx Castro. HEX triplet: 50, 21 and 33. RGB value is (80,33,51). Sum of RGB (Red+Green+Blue) = 80+33+51=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #502133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502133 is #AFDECC. Grayscale: #313131. Windows color (decimal): -11525837 or 3350864. OLE color: 3350864.

HSL color Cylindrical-coordinate representation of color #502133: hue angle of 337.02º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502133 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB803351-
CMYK00.590.360.69
HSL337.02º41.59%22.16%-
HSV(B)337.02º58.75%31.37%-
XYZ4.453.033.48-
YUV49.1129.07150.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 51 (20.31% from 255) = 31.10%
R=48.78%
G=20.12%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80335100.590.360.69337.0241.5922.16
Hex50213303B24451512a16
Octal1204163073441055215226
Binary10100001000011100110111011100100100010110101000110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502133; }

 p { color: rgb(80,33,51); }

 H1.HeaderClassName
 {
   color: #502133;
 }
 .AnyTagClassName
 {
   color: #502133;
 }
</style>
background-color css

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

 a { background-color: rgb(80,33,51); }

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

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

 span { border-color: rgb(80,33,51); }

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