#4B1B2A

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

Shades of Castro #4B1B2A

Tints of Castro #4B1B2A

Color information

#4B1B2A (or 0x4B1B2A) is unknown color: approx Castro. HEX triplet: 4B, 1B and 2A. RGB value is (75,27,42). Sum of RGB (Red+Green+Blue) = 75+27+42=144 (19% of max value = 765). Red value is 75 (29.69% from 255 or 52.08% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1B2A is #B4E4D5. Grayscale: #2B2B2B. Windows color (decimal): -11855062 or 2759499. OLE color: 2759499.

HSL color Cylindrical-coordinate representation of color #4B1B2A: hue angle of 341.25º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B1B2A is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB752742-
CMYK00.640.440.71
HSL341.25º47.06%20%-
HSV(B)341.25º64%29.41%-
XYZ3.712.452.47-
YUV43.06127.4150.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.08%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=52.08%
G=18.75%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75274200.640.440.71341.2547.0620
Hex4B1B2A0402C471552f14
Octal11333520100541075255724
Binary10010111101110101001000000101100100011110101010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,27,42); }

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

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

 a { background-color: rgb(75,27,42); }

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

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

 span { border-color: rgb(75,27,42); }

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