Html Css Color HEX #422835 Toledo

📋 copy color: '#422835'

red 66 ◦ green 40 ◦ blue 53

#422835
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Toledo #422835

Tints of Toledo #422835

RGB

 RED value IS 66 (26.17% from 255) = 41.51%

 GREEN value IS 40 (16.02% from 255) = 25.16%

 BLUE value IS 53 (21.09% from 255) = 33.33%

R = 41.51%
G = 25.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#422835 (or 0x422835) is known color: Toledo. HEX triplet: 42, 28 and 35. RGB value is (66,40,53). Sum of RGB (Red+Green+Blue) = 66+40+53=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #422835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422835 is #BDD7CA. Grayscale: #313131. Windows color (decimal): -12441547 or 3483714. OLE color: 3483714.

HSL color Cylindrical-coordinate representation of color #422835: hue angle of 330º 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 #422835 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 40 53 -
CMYK 0 0.39 0.20 0.74
HSL 330º 0.25% 0.21% -
HSV(B) 330º 0.39% 0.26% -
XYZ 3.65 2.93 3.74 -
YUV 49.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 66 40 53 0 0.39 0.20 0.74 330 0.25 0.21
Hex 42 28 35 0 27 14 4A 14A 19 15
Octal 102 50 65 0 47 24 112 512 31 25
Binary 1000010 101000 110101 0 100111 10100 1001010 101001010 11001 10101

Color Harmonies of #422835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422835

Black with #422835

Text Example


Text Example

White with #422835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422835; }

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

 H1.HeaderClassName
 {
   color: #422835;
 }
 .AnyTagClassName
 {
   color: #422835;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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