#4A1B2C

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

Shades of Castro #4A1B2C

Tints of Castro #4A1B2C

Color information

#4A1B2C (or 0x4A1B2C) is unknown color: approx Castro. HEX triplet: 4A, 1B and 2C. RGB value is (74,27,44). Sum of RGB (Red+Green+Blue) = 74+27+44=145 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.03% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1B2C is #B5E4D3. Grayscale: #2A2A2A. Windows color (decimal): -11920596 or 2890570. OLE color: 2890570.

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

Color convert

RGB742744-
CMYK00.640.410.71
HSL338.3º46.53%19.8%-
HSV(B)338.3º63.51%29.02%-
XYZ3.672.422.66-
YUV42.99128.57150.12-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 51.03%
GREEN value IS 27 (10.94% from 255) = 18.62%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=51.03%
G=18.62%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74274400.640.410.71338.346.5319.8
Hex4A1B2C04029471522f14
Octal11233540100511075225724
Binary10010101101110110001000000101001100011110101001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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