Html Css Color HEX #974440 Cognac

📋 copy color: '#974440'

red 151 ◦ green 68 ◦ blue 64

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

Shades of Cognac #974440

Tints of Cognac #974440

RGB

 RED value IS 151 (59.38% from 255) = 53.36%

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

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

R = 53.36%
G = 24.03%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#974440 (or 0x974440) is known color: Cognac. HEX triplet: 97, 44 and 40. RGB value is (151,68,64). Sum of RGB (Red+Green+Blue) = 151+68+64=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #974440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974440 is #68BBBF. Grayscale: #5C5C5C. Windows color (decimal): -6863808 or 4211863. OLE color: 4211863.

HSL color Cylindrical-coordinate representation of color #974440: hue angle of 2.76º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #974440 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 68 64 -
CMYK 0 0.55 0.58 0.41
HSL 2.76º 0.4% 0.42% -
HSV(B) 2.76º 0.58% 0.59% -
XYZ 15.76 11.08 6.16 -
YUV 92.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 151 68 64 0 0.55 0.58 0.41 2.76 0.4 0.42
Hex 97 44 40 0 37 3A 29 3 28 2A
Octal 227 104 100 0 67 72 51 3 50 52
Binary 10010111 1000100 1000000 0 110111 111010 101001 11 101000 101010

Color Harmonies of #974440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974440

Black with #974440

Text Example


Text Example

White with #974440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974440; }

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

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

background-color css

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

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

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

border-color css

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

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

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