#502336

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

Shades of Castro #502336

Tints of Castro #502336

Color information

#502336 (or 0x502336) is unknown color: approx Castro. HEX triplet: 50, 23 and 36. RGB value is (80,35,54). Sum of RGB (Red+Green+Blue) = 80+35+54=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #502336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502336 is #AFDCC9. Grayscale: #323232. Windows color (decimal): -11525322 or 3547984. OLE color: 3547984.

HSL color Cylindrical-coordinate representation of color #502336: hue angle of 334.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #502336 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB803554-
CMYK00.560.330.69
HSL334.67º39.13%22.55%-
HSV(B)334.67º56.25%31.37%-
XYZ4.583.173.86-
YUV50.62129.91148.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 35 (14.06% from 255) = 20.71%
BLUE value IS 54 (21.48% from 255) = 31.95%
R=47.34%
G=20.71%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80355400.560.330.69334.6739.1322.55
Hex502336038214514f2717
Octal1204366070411055174727
Binary10100001000111101100111000100001100010110100111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502336; }

 p { color: rgb(80,35,54); }

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

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

 a { background-color: rgb(80,35,54); }

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

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

 span { border-color: rgb(80,35,54); }

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