#4A1F2C

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

Shades of Castro #4A1F2C

Tints of Castro #4A1F2C

Color information

#4A1F2C (or 0x4A1F2C) is unknown color: approx Castro. HEX triplet: 4A, 1F and 2C. RGB value is (74,31,44). Sum of RGB (Red+Green+Blue) = 74+31+44=149 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.66% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1F2C is #B5E0D3. Grayscale: #2D2D2D. Windows color (decimal): -11919572 or 2891594. OLE color: 2891594.

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

Color convert

RGB743144-
CMYK00.580.410.71
HSL341.86º40.95%20.59%-
HSV(B)341.86º58.11%29.02%-
XYZ3.772.622.69-
YUV45.34127.25148.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 49.66%
GREEN value IS 31 (12.5% from 255) = 20.81%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=49.66%
G=20.81%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74314400.580.410.71341.8640.9520.59
Hex4A1F2C03A29471562915
Octal1123754072511075265125
Binary1001010111111011000111010101001100011110101011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,31,44); }

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

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

 a { background-color: rgb(74,31,44); }

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

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

 span { border-color: rgb(74,31,44); }

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