#502136

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

Shades of Castro #502136

Tints of Castro #502136

Color information

#502136 (or 0x502136) is unknown color: approx Castro. HEX triplet: 50, 21 and 36. RGB value is (80,33,54). Sum of RGB (Red+Green+Blue) = 80+33+54=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #502136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502136 is #AFDEC9. Grayscale: #313131. Windows color (decimal): -11525834 or 3547472. OLE color: 3547472.

HSL color Cylindrical-coordinate representation of color #502136: hue angle of 333.19º 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 #502136 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB803354-
CMYK00.590.330.69
HSL333.19º41.59%22.16%-
HSV(B)333.19º58.75%31.37%-
XYZ4.523.063.84-
YUV49.45130.57149.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 33 (13.28% from 255) = 19.76%
BLUE value IS 54 (21.48% from 255) = 32.34%
R=47.90%
G=19.76%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80335400.590.330.69333.1941.5922.16
Hex50213603B214514d2a16
Octal1204166073411055155226
Binary10100001000011101100111011100001100010110100110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502136; }

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

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

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

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

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

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

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

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