#4B2032

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

Shades of Castro #4B2032

Tints of Castro #4B2032

Color information

#4B2032 (or 0x4B2032) is unknown color: approx Castro. HEX triplet: 4B, 20 and 32. RGB value is (75,32,50). Sum of RGB (Red+Green+Blue) = 75+32+50=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2032 is #B4DFCD. Grayscale: #2E2E2E. Windows color (decimal): -11853774 or 3285067. OLE color: 3285067.

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

Color convert

RGB753250-
CMYK00.570.330.71
HSL334.88º40.19%20.98%-
HSV(B)334.88º57.33%29.41%-
XYZ3.992.763.34-
YUV46.91129.75148.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.77%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 50 (19.92% from 255) = 31.85%
R=47.77%
G=20.38%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75325000.570.330.71334.8840.1920.98
Hex4B2032039214714f2815
Octal1134062071411075175025
Binary10010111000001100100111001100001100011110100111110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,32,50); }

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

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

 a { background-color: rgb(75,32,50); }

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

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

 span { border-color: rgb(75,32,50); }

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