Html Css Color HEX #994440 Cognac

📋 copy color: '#994440'

red 153 ◦ green 68 ◦ blue 64

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

Shades of Cognac #994440

Tints of Cognac #994440

RGB

 RED value IS 153 (60.16% from 255) = 53.68%

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

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 53.68%
G = 23.86%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#994440 (or 0x994440) is known color: Cognac. HEX triplet: 99, 44 and 40. RGB value is (153,68,64). Sum of RGB (Red+Green+Blue) = 153+68+64=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #994440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994440 is #66BBBF. Grayscale: #5D5D5D. Windows color (decimal): -6732736 or 4211865. OLE color: 4211865.

HSL color Cylindrical-coordinate representation of color #994440: hue angle of 2.7º degrees, saturation: 0.41, 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 #994440 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 68 64 -
CMYK 0 0.56 0.58 0.4
HSL 2.7º 0.41% 0.43% -
HSV(B) 2.7º 0.58% 0.6% -
XYZ 16.13 11.28 6.18 -
YUV 92.96 111.66 170.83 -
System Red Green Blue C M Y K H S L
Decimal 153 68 64 0 0.56 0.58 0.4 2.7 0.41 0.43
Hex 99 44 40 0 38 3A 28 3 29 2B
Octal 231 104 100 0 70 72 50 3 51 53
Binary 10011001 1000100 1000000 0 111000 111010 101000 11 101001 101011

Color Harmonies of #994440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994440

Black with #994440

Text Example


Text Example

White with #994440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994440; }

 p { color: rgb(153,68,64); }

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

background-color css

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

 a { background-color: rgb(153,68,64); }

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

border-color css

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

 span { border-color: rgb(153,68,64); }

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