#4B2033

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

Shades of Castro #4B2033

Tints of Castro #4B2033

Color information

#4B2033 (or 0x4B2033) is unknown color: approx Castro. HEX triplet: 4B, 20 and 33. RGB value is (75,32,51). Sum of RGB (Red+Green+Blue) = 75+32+51=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2033 is #B4DFCC. Grayscale: #2E2E2E. Windows color (decimal): -11853773 or 3350603. OLE color: 3350603.

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

Color convert

RGB753251-
CMYK00.570.320.71
HSL333.49º40.19%20.98%-
HSV(B)333.49º57.33%29.41%-
XYZ4.022.773.45-
YUV47.02130.25147.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.47%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 51 (20.31% from 255) = 32.28%
R=47.47%
G=20.25%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75325100.570.320.71333.4940.1920.98
Hex4B2033039204714d2815
Octal1134063071401075155025
Binary10010111000001100110111001100000100011110100110110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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