#4B2235

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

Shades of Castro #4B2235

Tints of Castro #4B2235

Color information

#4B2235 (or 0x4B2235) is unknown color: approx Castro. HEX triplet: 4B, 22 and 35. RGB value is (75,34,53). Sum of RGB (Red+Green+Blue) = 75+34+53=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2235 is #B4DDCA. Grayscale: #303030. Windows color (decimal): -11853259 or 3482187. OLE color: 3482187.

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

Color convert

RGB753453-
CMYK00.550.290.71
HSL332.2º37.61%21.37%-
HSV(B)332.2º54.67%29.41%-
XYZ4.122.93.71-
YUV48.42130.58146.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.30%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 53 (21.09% from 255) = 32.72%
R=46.30%
G=20.99%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75345300.550.290.71332.237.6121.37
Hex4B22350371D4714c2615
Octal1134265067351075144625
Binary1001011100010110101011011111101100011110100110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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