Html Css Color HEX #442031 Toledo

📋 copy color: '#442031'

red 68 ◦ green 32 ◦ blue 49

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

Shades of Toledo #442031

Tints of Toledo #442031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.48%

 BLUE value IS 49 (19.53% from 255) = 32.89%

R = 45.64%
G = 21.48%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#442031 (or 0x442031) is known color: Toledo. HEX triplet: 44, 20 and 31. RGB value is (68,32,49). Sum of RGB (Red+Green+Blue) = 68+32+49=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #442031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442031 is #BBDFCE. Grayscale: #2C2C2C. Windows color (decimal): -12312527 or 3219524. OLE color: 3219524.

HSL color Cylindrical-coordinate representation of color #442031: hue angle of 331.67º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442031 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 32 49 -
CMYK 0 0.53 0.28 0.73
HSL 331.67º 0.36% 0.2% -
HSV(B) 331.67º 0.53% 0.27% -
XYZ 3.45 2.48 3.2 -
YUV 44.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 68 32 49 0 0.53 0.28 0.73 331.67 0.36 0.2
Hex 44 20 31 0 35 1C 49 14C 24 14
Octal 104 40 61 0 65 34 111 514 44 24
Binary 1000100 100000 110001 0 110101 11100 1001001 101001100 100100 10100

Color Harmonies of #442031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442031

Black with #442031

Text Example


Text Example

White with #442031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442031; }

 p { color: rgb(68,32,49); }

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

background-color css

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

 a { background-color: rgb(68,32,49); }

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

border-color css

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

 span { border-color: rgb(68,32,49); }

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