#4B2231

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

Shades of Castro #4B2231

Tints of Castro #4B2231

Color information

#4B2231 (or 0x4B2231) is unknown color: approx Castro. HEX triplet: 4B, 22 and 31. RGB value is (75,34,49). Sum of RGB (Red+Green+Blue) = 75+34+49=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2231 is #B4DDCE. Grayscale: #2F2F2F. Windows color (decimal): -11853263 or 3220043. OLE color: 3220043.

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

Color convert

RGB753449-
CMYK00.550.350.71
HSL338.05º37.61%21.37%-
HSV(B)338.05º54.67%29.41%-
XYZ4.032.863.25-
YUV47.97128.58147.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.47%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 49 (19.53% from 255) = 31.01%
R=47.47%
G=21.52%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75344900.550.350.71338.0537.6121.37
Hex4B223103723471522615
Octal1134261067431075224625
Binary10010111000101100010110111100011100011110101001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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