Html Css Color HEX #99413B Cognac

📋 copy color: '#99413B'

red 153 ◦ green 65 ◦ blue 59

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

Shades of Cognac #99413B

Tints of Cognac #99413B

RGB

 RED value IS 153 (60.16% from 255) = 55.23%

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

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

R = 55.23%
G = 23.47%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#99413B (or 0x99413B) is known color: Cognac. HEX triplet: 99, 41 and 3B. RGB value is (153,65,59). Sum of RGB (Red+Green+Blue) = 153+65+59=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #99413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99413B is #66BEC4. Grayscale: #5A5A5A. Windows color (decimal): -6733509 or 3883417. OLE color: 3883417.

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

Color convert

RGB 153 65 59 -
CMYK 0 0.58 0.61 0.4
HSL 3.83º 0.44% 0.42% -
HSV(B) 3.83º 0.61% 0.6% -
XYZ 15.82 10.87 5.4 -
YUV 90.63 110.15 172.49 -
System Red Green Blue C M Y K H S L
Decimal 153 65 59 0 0.58 0.61 0.4 3.83 0.44 0.42
Hex 99 41 3B 0 3A 3D 28 4 2C 2A
Octal 231 101 73 0 72 75 50 4 54 52
Binary 10011001 1000001 111011 0 111010 111101 101000 100 101100 101010

Color Harmonies of #99413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99413B

Black with #99413B

Text Example


Text Example

White with #99413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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