#4D1B2B

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

Shades of Castro #4D1B2B

Tints of Castro #4D1B2B

Color information

#4D1B2B (or 0x4D1B2B) is unknown color: approx Castro. HEX triplet: 4D, 1B and 2B. RGB value is (77,27,43). Sum of RGB (Red+Green+Blue) = 77+27+43=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B2B is #B2E4D4. Grayscale: #2B2B2B. Windows color (decimal): -11723989 or 2825037. OLE color: 2825037.

HSL color Cylindrical-coordinate representation of color #4D1B2B: hue angle of 340.8º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D1B2B is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.70.

Color convert

RGB772743-
CMYK00.650.440.70
HSL340.8º48.08%20.39%-
HSV(B)340.8º64.94%30.2%-
XYZ3.892.542.57-
YUV43.77127.56151.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.38%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=52.38%
G=18.37%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77274300.650.440.70340.848.0820.39
Hex4D1B2B0412C461553014
Octal11533530101541065256024
Binary10011011101110101101000001101100100011010101010111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,27,43); }

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

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

 a { background-color: rgb(77,27,43); }

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

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

 span { border-color: rgb(77,27,43); }

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