#4B2131

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

Shades of Castro #4B2131

Tints of Castro #4B2131

Color information

#4B2131 (or 0x4B2131) is unknown color: approx Castro. HEX triplet: 4B, 21 and 31. RGB value is (75,33,49). Sum of RGB (Red+Green+Blue) = 75+33+49=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2131 is #B4DECE. Grayscale: #2F2F2F. Windows color (decimal): -11853519 or 3219787. OLE color: 3219787.

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

Color convert

RGB753349-
CMYK00.560.350.71
HSL337.14º38.89%21.18%-
HSV(B)337.14º56%29.41%-
XYZ42.813.24-
YUV47.38128.91147.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.77%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 49 (19.53% from 255) = 31.21%
R=47.77%
G=21.02%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75334900.560.350.71337.1438.8921.18
Hex4B213103823471512715
Octal1134161070431075214725
Binary10010111000011100010111000100011100011110101000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,33,49); }

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

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

 a { background-color: rgb(75,33,49); }

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

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

 span { border-color: rgb(75,33,49); }

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