#98413B

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

Shades of Cognac #98413B

Tints of Cognac #98413B

Color information

#98413B (or 0x98413B) is unknown color: approx Cognac. HEX triplet: 98, 41 and 3B. RGB value is (152,65,59). Sum of RGB (Red+Green+Blue) = 152+65+59=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #98413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98413B is #67BEC4. Grayscale: #5A5A5A. Windows color (decimal): -6799045 or 3883416. OLE color: 3883416.

HSL color Cylindrical-coordinate representation of color #98413B: hue angle of 3.87º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98413B is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB1526559-
CMYK00.570.610.40
HSL3.87º44.08%41.37%-
HSV(B)3.87º61.18%59.61%-
XYZ15.6310.775.39-
YUV90.33110.32171.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.07%
GREEN value IS 65 (25.78% from 255) = 23.55%
BLUE value IS 59 (23.44% from 255) = 21.38%
R=55.07%
G=23.55%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152655900.570.610.403.8744.0841.37
Hex98413B0393D2842c29
Octal23010173071755045451
Binary1001100010000011110110111001111101101000100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98413B; }

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

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

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

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

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

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

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

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