#914B48

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

Shades of Matrix #914B48

Tints of Matrix #914B48

Color information

#914B48 (or 0x914B48) is unknown color: approx Matrix. HEX triplet: 91, 4B and 48. RGB value is (145,75,72). Sum of RGB (Red+Green+Blue) = 145+75+72=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #914B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914B48 is #6EB4B7. Grayscale: #5F5F5F. Windows color (decimal): -7255224 or 4737937. OLE color: 4737937.

HSL color Cylindrical-coordinate representation of color #914B48: hue angle of 2.47º 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 #914B48 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB1457572-
CMYK00.480.500.43
HSL2.47º33.64%42.55%-
HSV(B)2.47º50.34%56.86%-
XYZ15.3611.527.54-
YUV95.59114.69163.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.66%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 72 (28.52% from 255) = 24.66%
R=49.66%
G=25.68%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145757200.480.500.432.4733.6442.55
Hex914B48030322B2222b
Octal221113110060625324253
Binary1001000110010111001000011000011001010101110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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