#4B212D

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

Shades of Castro #4B212D

Tints of Castro #4B212D

Color information

#4B212D (or 0x4B212D) is unknown color: approx Castro. HEX triplet: 4B, 21 and 2D. RGB value is (75,33,45). Sum of RGB (Red+Green+Blue) = 75+33+45=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B212D is #B4DED2. Grayscale: #2E2E2E. Windows color (decimal): -11853523 or 2957643. OLE color: 2957643.

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

Color convert

RGB753345-
CMYK00.560.400.71
HSL342.86º38.89%21.18%-
HSV(B)342.86º56%29.41%-
XYZ3.922.772.81-
YUV46.93126.91148.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.02%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 45 (17.97% from 255) = 29.41%
R=49.02%
G=21.57%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75334500.560.400.71342.8638.8921.18
Hex4B212D03828471572715
Octal1134155070501075274725
Binary10010111000011011010111000101000100011110101011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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