Html Css Color HEX #9A413A Cognac

📋 copy color: '#9A413A'

red 154 ◦ green 65 ◦ blue 58

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

Shades of Cognac #9A413A

Tints of Cognac #9A413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.94%

R = 55.6%
G = 23.47%
B = 20.94%

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

#9A413A (or 0x9A413A) is known color: Cognac. HEX triplet: 9A, 41 and 3A. RGB value is (154,65,58). Sum of RGB (Red+Green+Blue) = 154+65+58=277 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.60% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 154 - color contains mainly: red. Hex color #9A413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A413A is #65BEC5. Grayscale: #5A5A5A. Windows color (decimal): -6667974 or 3817882. OLE color: 3817882.

HSL color Cylindrical-coordinate representation of color #9A413A: hue angle of 4.38º 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 #9A413A is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 65 58 -
CMYK 0 0.58 0.62 0.40
HSL 4.38º 0.45% 0.42% -
HSV(B) 4.38º 0.62% 0.6% -
XYZ 15.98 10.96 5.28 -
YUV 90.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 154 65 58 0 0.58 0.62 0.40 4.38 0.45 0.42
Hex 9A 41 3A 0 3A 3E 28 4 2D 2A
Octal 232 101 72 0 72 76 50 4 55 52
Binary 10011010 1000001 111010 0 111010 111110 101000 100 101101 101010

Color Harmonies of #9A413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A413A

Black with #9A413A

Text Example


Text Example

White with #9A413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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