Html Css Color HEX #9A413B Cognac

📋 copy color: '#9A413B'

red 154 ◦ green 65 ◦ blue 59

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

Shades of Cognac #9A413B

Tints of Cognac #9A413B

RGB

 RED value IS 154 (60.55% from 255) = 55.4%

 GREEN value IS 65 (25.78% from 255) = 23.38%

 BLUE value IS 59 (23.44% from 255) = 21.22%

R = 55.4%
G = 23.38%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#9A413B (or 0x9A413B) is known color: Cognac. HEX triplet: 9A, 41 and 3B. RGB value is (154,65,59). Sum of RGB (Red+Green+Blue) = 154+65+59=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A413B is #65BEC4. Grayscale: #5B5B5B. Windows color (decimal): -6667973 or 3883418. OLE color: 3883418.

HSL color Cylindrical-coordinate representation of color #9A413B: hue angle of 3.79º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A413B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 65 59 -
CMYK 0 0.58 0.62 0.40
HSL 3.79º 0.45% 0.42% -
HSV(B) 3.79º 0.62% 0.6% -
XYZ 16.01 10.97 5.41 -
YUV 90.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 154 65 59 0 0.58 0.62 0.40 3.79 0.45 0.42
Hex 9A 41 3B 0 3A 3E 28 4 2D 2A
Octal 232 101 73 0 72 76 50 4 55 52
Binary 10011010 1000001 111011 0 111010 111110 101000 100 101101 101010

Color Harmonies of #9A413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A413B

Black with #9A413B

Text Example


Text Example

White with #9A413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A413B; }

 p { color: rgb(154,65,59); }

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

background-color css

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

 a { background-color: rgb(154,65,59); }

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

border-color css

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

 span { border-color: rgb(154,65,59); }

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