#994B41

Color #994B41 Cognac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cognac #994B41

Tints of Cognac #994B41

Color information

#994B41 (or 0x994B41) is unknown color: approx Cognac. HEX triplet: 99, 4B and 41. RGB value is (153,75,65). Sum of RGB (Red+Green+Blue) = 153+75+65=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #994B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B41 is #66B4BE. Grayscale: #616161. Windows color (decimal): -6730943 or 4279193. OLE color: 4279193.

HSL color Cylindrical-coordinate representation of color #994B41: hue angle of 6.82º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994B41 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB1537565-
CMYK00.510.580.4
HSL6.82º40.37%42.75%-
HSV(B)6.82º57.52%60%-
XYZ16.6112.196.48-
YUV97.18109.84167.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 75 (29.69% from 255) = 25.60%
BLUE value IS 65 (25.78% from 255) = 22.18%
R=52.22%
G=25.60%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153756500.510.580.46.8240.3742.75
Hex994B410333A287282b
Octal231113101063725075053
Binary10011001100101110000010110011111010101000111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994B41; }

 p { color: rgb(153,75,65); }

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

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

 a { background-color: rgb(153,75,65); }

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

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

 span { border-color: rgb(153,75,65); }

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