#4B1F32

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

Shades of Castro #4B1F32

Tints of Castro #4B1F32

Color information

#4B1F32 (or 0x4B1F32) is unknown color: approx Castro. HEX triplet: 4B, 1F and 32. RGB value is (75,31,50). Sum of RGB (Red+Green+Blue) = 75+31+50=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1F32 is #B4E0CD. Grayscale: #2E2E2E. Windows color (decimal): -11854030 or 3284811. OLE color: 3284811.

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

Color convert

RGB753150-
CMYK00.590.330.71
HSL334.09º41.51%20.78%-
HSV(B)334.09º58.67%29.41%-
XYZ3.972.713.33-
YUV46.32130.08148.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.08%
GREEN value IS 31 (12.5% from 255) = 19.87%
BLUE value IS 50 (19.92% from 255) = 32.05%
R=48.08%
G=19.87%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75315000.590.330.71334.0941.5120.78
Hex4B1F3203B214714e2a15
Octal1133762073411075165225
Binary1001011111111100100111011100001100011110100111010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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