#502135

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

Shades of Castro #502135

Tints of Castro #502135

Color information

#502135 (or 0x502135) is unknown color: approx Castro. HEX triplet: 50, 21 and 35. RGB value is (80,33,53). Sum of RGB (Red+Green+Blue) = 80+33+53=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #502135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502135 is #AFDECA. Grayscale: #313131. Windows color (decimal): -11525835 or 3481936. OLE color: 3481936.

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

Color convert

RGB803353-
CMYK00.590.340.69
HSL334.47º41.59%22.16%-
HSV(B)334.47º58.75%31.37%-
XYZ4.493.053.72-
YUV49.33130.07149.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 33 (13.28% from 255) = 19.88%
BLUE value IS 53 (21.09% from 255) = 31.93%
R=48.19%
G=19.88%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80335300.590.340.69334.4741.5922.16
Hex50213503B224514e2a16
Octal1204165073421055165226
Binary10100001000011101010111011100010100010110100111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502135; }

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

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

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

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

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

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

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

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