Html Css Color HEX #442635 Toledo

📋 copy color: '#442635'

red 68 ◦ green 38 ◦ blue 53

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

Shades of Toledo #442635

Tints of Toledo #442635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.9%

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

R = 42.77%
G = 23.9%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#442635 (or 0x442635) is known color: Toledo. HEX triplet: 44, 26 and 35. RGB value is (68,38,53). Sum of RGB (Red+Green+Blue) = 68+38+53=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #442635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442635 is #BBD9CA. Grayscale: #303030. Windows color (decimal): -12310987 or 3483204. OLE color: 3483204.

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

Color convert

RGB 68 38 53 -
CMYK 0 0.44 0.22 0.73
HSL 330º 0.28% 0.21% -
HSV(B) 330º 0.44% 0.27% -
XYZ 3.72 2.87 3.73 -
YUV 48.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 68 38 53 0 0.44 0.22 0.73 330 0.28 0.21
Hex 44 26 35 0 2C 16 49 14A 1C 15
Octal 104 46 65 0 54 26 111 512 34 25
Binary 1000100 100110 110101 0 101100 10110 1001001 101001010 11100 10101

Color Harmonies of #442635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442635

Black with #442635

Text Example


Text Example

White with #442635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442635; }

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

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

background-color css

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

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

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

border-color css

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

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

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