#4B2535

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

Shades of Castro #4B2535

Tints of Castro #4B2535

Color information

#4B2535 (or 0x4B2535) is unknown color: approx Castro. HEX triplet: 4B, 25 and 35. RGB value is (75,37,53). Sum of RGB (Red+Green+Blue) = 75+37+53=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2535 is #B4DACA. Grayscale: #323232. Windows color (decimal): -11852491 or 3482955. OLE color: 3482955.

HSL color Cylindrical-coordinate representation of color #4B2535: hue angle of 334.74º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B2535 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB753753-
CMYK00.510.290.71
HSL334.74º33.93%21.96%-
HSV(B)334.74º50.67%29.41%-
XYZ4.213.083.74-
YUV50.19129.59145.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.45%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 53 (21.09% from 255) = 32.12%
R=45.45%
G=22.42%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75375300.510.290.71334.7433.9321.96
Hex4B25350331D4714f2216
Octal1134565063351075174226
Binary1001011100101110101011001111101100011110100111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B2535; }

 p { color: rgb(75,37,53); }

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

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

 a { background-color: rgb(75,37,53); }

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

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

 span { border-color: rgb(75,37,53); }

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