#4A1F2B

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

Shades of Castro #4A1F2B

Tints of Castro #4A1F2B

Color information

#4A1F2B (or 0x4A1F2B) is unknown color: approx Castro. HEX triplet: 4A, 1F and 2B. RGB value is (74,31,43). Sum of RGB (Red+Green+Blue) = 74+31+43=148 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1F2B is #B5E0D4. Grayscale: #2D2D2D. Windows color (decimal): -11919573 or 2826058. OLE color: 2826058.

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

Color convert

RGB743143-
CMYK00.580.420.71
HSL343.26º40.95%20.59%-
HSV(B)343.26º58.11%29.02%-
XYZ3.752.612.59-
YUV45.22126.75148.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 20.95%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=50%
G=20.95%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74314300.580.420.71343.2640.9520.59
Hex4A1F2B03A2A471572915
Octal1123753072521075275125
Binary1001010111111010110111010101010100011110101011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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