#4B2534

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

Shades of Castro #4B2534

Tints of Castro #4B2534

Color information

#4B2534 (or 0x4B2534) is unknown color: approx Castro. HEX triplet: 4B, 25 and 34. RGB value is (75,37,52). Sum of RGB (Red+Green+Blue) = 75+37+52=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2534 is #B4DACB. Grayscale: #323232. Windows color (decimal): -11852492 or 3417419. OLE color: 3417419.

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

Color convert

RGB753752-
CMYK00.510.310.71
HSL336.32º33.93%21.96%-
HSV(B)336.32º50.67%29.41%-
XYZ4.183.073.62-
YUV50.07129.09145.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.73%
GREEN value IS 37 (14.84% from 255) = 22.56%
BLUE value IS 52 (20.70% from 255) = 31.71%
R=45.73%
G=22.56%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75375200.510.310.71336.3233.9321.96
Hex4B25340331F471502216
Octal1134564063371075204226
Binary1001011100101110100011001111111100011110101000010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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