Html Css Color HEX #442334 Toledo

📋 copy color: '#442334'

red 68 ◦ green 35 ◦ blue 52

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

Shades of Toledo #442334

Tints of Toledo #442334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 33.55%

R = 43.87%
G = 22.58%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#442334 (or 0x442334) is known color: Toledo. HEX triplet: 44, 23 and 34. RGB value is (68,35,52). Sum of RGB (Red+Green+Blue) = 68+35+52=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #442334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442334 is #BBDCCB. Grayscale: #2E2E2E. Windows color (decimal): -12311756 or 3416900. OLE color: 3416900.

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

Color convert

RGB 68 35 52 -
CMYK 0 0.49 0.24 0.73
HSL 329.09º 0.32% 0.2% -
HSV(B) 329.09º 0.49% 0.27% -
XYZ 3.6 2.68 3.58 -
YUV 46.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 68 35 52 0 0.49 0.24 0.73 329.09 0.32 0.2
Hex 44 23 34 0 31 18 49 149 20 14
Octal 104 43 64 0 61 30 111 511 40 24
Binary 1000100 100011 110100 0 110001 11000 1001001 101001001 100000 10100

Color Harmonies of #442334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442334

Black with #442334

Text Example


Text Example

White with #442334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442334; }

 p { color: rgb(68,35,52); }

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

background-color css

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

 a { background-color: rgb(68,35,52); }

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

border-color css

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

 span { border-color: rgb(68,35,52); }

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