#914A48

Color #914A48 Matrix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matrix #914A48

Tints of Matrix #914A48

Color information

#914A48 (or 0x914A48) is unknown color: approx Matrix. HEX triplet: 91, 4A and 48. RGB value is (145,74,72). Sum of RGB (Red+Green+Blue) = 145+74+72=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #914A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914A48 is #6EB5B7. Grayscale: #5F5F5F. Windows color (decimal): -7255480 or 4737681. OLE color: 4737681.

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

Color convert

RGB1457472-
CMYK00.490.500.43
HSL1.64º33.64%42.55%-
HSV(B)1.64º50.34%56.86%-
XYZ15.311.397.52-
YUV95115.02163.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.83%
GREEN value IS 74 (29.30% from 255) = 25.43%
BLUE value IS 72 (28.52% from 255) = 24.74%
R=49.83%
G=25.43%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145747200.490.500.431.6433.6442.55
Hex914A48031322B2222b
Octal221112110061625324253
Binary1001000110010101001000011000111001010101110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914A48; }

 p { color: rgb(145,74,72); }

 H1.HeaderClassName
 {
   color: #914A48;
 }
 .AnyTagClassName
 {
   color: #914A48;
 }
</style>
background-color css

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

 a { background-color: rgb(145,74,72); }

 div.DivClassName
 {
   background-color: #914A48;
 }
 .BgClassName
 {
   background-color: #914A48;
 }
</style>
border-color css

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

 span { border-color: rgb(145,74,72); }

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