#422534

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

Shades of Toledo #422534

Tints of Toledo #422534

Color information

#422534 (or 0x422534) is unknown color: approx Toledo. HEX triplet: 42, 25 and 34. RGB value is (66,37,52). Sum of RGB (Red+Green+Blue) = 66+37+52=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #422534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422534 is #BDDACB. Grayscale: #2F2F2F. Windows color (decimal): -12442316 or 3417410. OLE color: 3417410.

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

Color convert

RGB663752-
CMYK00.440.210.74
HSL328.97º28.16%20.2%-
HSV(B)328.97º43.94%25.88%-
XYZ3.532.733.59-
YUV47.38130.61141.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 37 (14.84% from 255) = 23.87%
BLUE value IS 52 (20.70% from 255) = 33.55%
R=42.58%
G=23.87%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66375200.440.210.74328.9728.1620.2
Hex42253402C154A1491c14
Octal1024564054251125113424
Binary100001010010111010001011001010110010101010010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422534; }

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

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

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

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

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

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

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

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