#422834

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

Shades of Toledo #422834

Tints of Toledo #422834

Color information

#422834 (or 0x422834) is unknown color: approx Toledo. HEX triplet: 42, 28 and 34. RGB value is (66,40,52). Sum of RGB (Red+Green+Blue) = 66+40+52=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #422834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422834 is #BDD7CB. Grayscale: #313131. Windows color (decimal): -12441548 or 3418178. OLE color: 3418178.

HSL color Cylindrical-coordinate representation of color #422834: hue angle of 332.31º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #422834 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB664052-
CMYK00.390.210.74
HSL332.31º24.53%20.78%-
HSV(B)332.31º39.39%25.88%-
XYZ3.632.923.62-
YUV49.14129.61140.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 52 (20.70% from 255) = 32.91%
R=41.77%
G=25.32%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66405200.390.210.74332.3124.5320.78
Hex422834027154A14c1915
Octal1025064047251125143125
Binary100001010100011010001001111010110010101010011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422834; }

 p { color: rgb(66,40,52); }

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

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

 a { background-color: rgb(66,40,52); }

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

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

 span { border-color: rgb(66,40,52); }

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