Html Css Color HEX #442233 Toledo

📋 copy color: '#442233'

red 68 ◦ green 34 ◦ blue 51

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

Shades of Toledo #442233

Tints of Toledo #442233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 33.33%

R = 44.44%
G = 22.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#442233 (or 0x442233) is known color: Toledo. HEX triplet: 44, 22 and 33. RGB value is (68,34,51). Sum of RGB (Red+Green+Blue) = 68+34+51=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #442233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442233 is #BBDDCC. Grayscale: #2E2E2E. Windows color (decimal): -12312013 or 3351108. OLE color: 3351108.

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

Color convert

RGB 68 34 51 -
CMYK 0 0.50 0.25 0.73
HSL 330º 0.33% 0.2% -
HSV(B) 330º 0.5% 0.27% -
XYZ 3.55 2.61 3.45 -
YUV 46.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 68 34 51 0 0.50 0.25 0.73 330 0.33 0.2
Hex 44 22 33 0 32 19 49 14A 21 14
Octal 104 42 63 0 62 31 111 512 41 24
Binary 1000100 100010 110011 0 110010 11001 1001001 101001010 100001 10100

Color Harmonies of #442233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442233

Black with #442233

Text Example


Text Example

White with #442233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442233; }

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

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

background-color css

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

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

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

border-color css

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

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

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