#4B2532

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

Shades of Castro #4B2532

Tints of Castro #4B2532

Color information

#4B2532 (or 0x4B2532) is unknown color: approx Castro. HEX triplet: 4B, 25 and 32. RGB value is (75,37,50). Sum of RGB (Red+Green+Blue) = 75+37+50=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2532 is #B4DACD. Grayscale: #313131. Windows color (decimal): -11852494 or 3286347. OLE color: 3286347.

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

Color convert

RGB753750-
CMYK00.510.330.71
HSL339.47º33.93%21.96%-
HSV(B)339.47º50.67%29.41%-
XYZ4.143.053.39-
YUV49.84128.09145.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.30%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 50 (19.92% from 255) = 30.86%
R=46.30%
G=22.84%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75375000.510.330.71339.4733.9321.96
Hex4B253203321471532216
Octal1134562063411075234226
Binary10010111001011100100110011100001100011110101001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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