Html Css Color HEX #854442 Matrix

📋 copy color: '#854442'

red 133 ◦ green 68 ◦ blue 66

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

Shades of Matrix #854442

Tints of Matrix #854442

RGB

 RED value IS 133 (52.34% from 255) = 49.81%

 GREEN value IS 68 (26.95% from 255) = 25.47%

 BLUE value IS 66 (26.17% from 255) = 24.72%

R = 49.81%
G = 25.47%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#854442 (or 0x854442) is known color: Matrix. HEX triplet: 85, 44 and 42. RGB value is (133,68,66). Sum of RGB (Red+Green+Blue) = 133+68+66=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #854442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854442 is #7ABBBD. Grayscale: #575757. Windows color (decimal): -8043454 or 4342917. OLE color: 4342917.

HSL color Cylindrical-coordinate representation of color #854442: hue angle of 1.79º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854442 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 68 66 -
CMYK 0 0.49 0.50 0.48
HSL 1.79º 0.34% 0.39% -
HSV(B) 1.79º 0.5% 0.52% -
XYZ 12.72 9.51 6.32 -
YUV 87.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 133 68 66 0 0.49 0.50 0.48 1.79 0.34 0.39
Hex 85 44 42 0 31 32 30 2 22 27
Octal 205 104 102 0 61 62 60 2 42 47
Binary 10000101 1000100 1000010 0 110001 110010 110000 10 100010 100111

Color Harmonies of #854442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854442

Black with #854442

Text Example


Text Example

White with #854442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854442; }

 p { color: rgb(133,68,66); }

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

background-color css

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

 a { background-color: rgb(133,68,66); }

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

border-color css

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

 span { border-color: rgb(133,68,66); }

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