Html Css Color HEX #442235 Toledo

📋 copy color: '#442235'

red 68 ◦ green 34 ◦ blue 53

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

Shades of Toledo #442235

Tints of Toledo #442235

RGB

 RED value IS 68 (26.95% from 255) = 43.87%

 GREEN value IS 34 (13.67% from 255) = 21.94%

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

R = 43.87%
G = 21.94%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#442235 (or 0x442235) is known color: Toledo. HEX triplet: 44, 22 and 35. RGB value is (68,34,53). Sum of RGB (Red+Green+Blue) = 68+34+53=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #442235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442235 is #BBDDCA. Grayscale: #2E2E2E. Windows color (decimal): -12312011 or 3482180. OLE color: 3482180.

HSL color Cylindrical-coordinate representation of color #442235: hue angle of 326.47º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #442235 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 34 53 -
CMYK 0 0.50 0.22 0.73
HSL 326.47º 0.33% 0.2% -
HSV(B) 326.47º 0.5% 0.27% -
XYZ 3.6 2.63 3.69 -
YUV 46.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 68 34 53 0 0.50 0.22 0.73 326.47 0.33 0.2
Hex 44 22 35 0 32 16 49 146 21 14
Octal 104 42 65 0 62 26 111 506 41 24
Binary 1000100 100010 110101 0 110010 10110 1001001 101000110 100001 10100

Color Harmonies of #442235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442235

Black with #442235

Text Example


Text Example

White with #442235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442235; }

 p { color: rgb(68,34,53); }

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

background-color css

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

 a { background-color: rgb(68,34,53); }

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

border-color css

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

 span { border-color: rgb(68,34,53); }

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