#421F2F

Color #421F2F Toledo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toledo #421F2F

Tints of Toledo #421F2F

Color information

#421F2F (or 0x421F2F) is unknown color: approx Toledo. HEX triplet: 42, 1F and 2F. RGB value is (66,31,47). Sum of RGB (Red+Green+Blue) = 66+31+47=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #421F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F2F is #BDE0D0. Grayscale: #2B2B2B. Windows color (decimal): -12443857 or 3088194. OLE color: 3088194.

HSL color Cylindrical-coordinate representation of color #421F2F: hue angle of 332.57º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #421F2F is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB663147-
CMYK00.530.290.74
HSL332.57º36.08%19.02%-
HSV(B)332.57º53.03%25.88%-
XYZ3.252.342.97-
YUV43.29130.1144.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.83%
GREEN value IS 31 (12.5% from 255) = 21.53%
BLUE value IS 47 (18.75% from 255) = 32.64%
R=45.83%
G=21.53%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66314700.530.290.74332.5736.0819.02
Hex421F2F0351D4A14d2413
Octal1023757065351125154423
Binary100001011111101111011010111101100101010100110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421F2F; }

 p { color: rgb(66,31,47); }

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

<style>
 a { background-color: #421F2F; }

 a { background-color: rgb(66,31,47); }

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

<style>
 span { border-color: #421F2F; }

 span { border-color: rgb(66,31,47); }

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