#4B2034

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

Shades of Castro #4B2034

Tints of Castro #4B2034

Color information

#4B2034 (or 0x4B2034) is unknown color: approx Castro. HEX triplet: 4B, 20 and 34. RGB value is (75,32,52). Sum of RGB (Red+Green+Blue) = 75+32+52=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2034 is #B4DFCB. Grayscale: #2F2F2F. Windows color (decimal): -11853772 or 3416139. OLE color: 3416139.

HSL color Cylindrical-coordinate representation of color #4B2034: hue angle of 332.09º 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 #4B2034 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB753252-
CMYK00.570.310.71
HSL332.09º40.19%20.98%-
HSV(B)332.09º57.33%29.41%-
XYZ4.042.783.57-
YUV47.14130.75147.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.17%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 52 (20.70% from 255) = 32.70%
R=47.17%
G=20.13%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75325200.570.310.71332.0940.1920.98
Hex4B20340391F4714c2815
Octal1134064071371075145025
Binary1001011100000110100011100111111100011110100110010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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