Html Css Color HEX #98413B Cognac

📋 copy color: '#98413B'

red 152 ◦ green 65 ◦ blue 59

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

Shades of Cognac #98413B

Tints of Cognac #98413B

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 value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#98413B (or 0x98413B) is known color: 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

RGB 152 65 59 -
CMYK 0 0.57 0.61 0.40
HSL 3.87º 0.44% 0.41% -
HSV(B) 3.87º 0.61% 0.6% -
XYZ 15.63 10.77 5.39 -
YUV 90.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 152 65 59 0 0.57 0.61 0.40 3.87 0.44 0.41
Hex 98 41 3B 0 39 3D 28 4 2C 29
Octal 230 101 73 0 71 75 50 4 54 51
Binary 10011000 1000001 111011 0 111001 111101 101000 100 101100 101001

Color Harmonies of #98413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98413B

Black with #98413B

Text Example


Text Example

White with #98413B

Text Example


Text Example

HTML Codes & Css Web 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>