Html Css Color HEX #854443 Matrix

📋 copy color: '#854443'

red 133 ◦ green 68 ◦ blue 67

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

Shades of Matrix #854443

Tints of Matrix #854443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25%

R = 49.63%
G = 25.37%
B = 25%

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

#854443 (or 0x854443) is known color: Matrix. HEX triplet: 85, 44 and 43. RGB value is (133,68,67). Sum of RGB (Red+Green+Blue) = 133+68+67=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #854443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854443 is #7ABBBC. Grayscale: #575757. Windows color (decimal): -8043453 or 4408453. OLE color: 4408453.

HSL color Cylindrical-coordinate representation of color #854443: hue angle of 0.91º degrees, saturation: 0.33, 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 #854443 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 68 67 -
CMYK 0 0.49 0.50 0.48
HSL 0.91º 0.33% 0.39% -
HSV(B) 0.91º 0.5% 0.52% -
XYZ 12.75 9.53 6.48 -
YUV 87.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 133 68 67 0 0.49 0.50 0.48 0.91 0.33 0.39
Hex 85 44 43 0 31 32 30 1 21 27
Octal 205 104 103 0 61 62 60 1 41 47
Binary 10000101 1000100 1000011 0 110001 110010 110000 1 100001 100111

Color Harmonies of #854443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854443

Black with #854443

Text Example


Text Example

White with #854443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854443; }

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

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

background-color css

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

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

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

border-color css

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

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

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