Html Css Color HEX #422335 Toledo

📋 copy color: '#422335'

red 66 ◦ green 35 ◦ blue 53

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

Shades of Toledo #422335

Tints of Toledo #422335

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.73%

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

R = 42.86%
G = 22.73%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#422335 (or 0x422335) is known color: Toledo. HEX triplet: 42, 23 and 35. RGB value is (66,35,53). Sum of RGB (Red+Green+Blue) = 66+35+53=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 66 - color contains mainly: red. Hex color #422335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422335 is #BDDCCA. Grayscale: #2E2E2E. Windows color (decimal): -12442827 or 3482434. OLE color: 3482434.

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

Color convert

RGB 66 35 53 -
CMYK 0 0.47 0.20 0.74
HSL 325.16º 0.31% 0.2% -
HSV(B) 325.16º 0.47% 0.26% -
XYZ 3.49 2.62 3.69 -
YUV 46.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 66 35 53 0 0.47 0.20 0.74 325.16 0.31 0.2
Hex 42 23 35 0 2F 14 4A 145 1F 14
Octal 102 43 65 0 57 24 112 505 37 24
Binary 1000010 100011 110101 0 101111 10100 1001010 101000101 11111 10100

Color Harmonies of #422335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422335

Black with #422335

Text Example


Text Example

White with #422335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422335; }

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

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

background-color css

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

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

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

border-color css

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

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

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