Html Css Color HEX #99565B Vin Rouge

📋 copy color: '#99565B'

red 153 ◦ green 86 ◦ blue 91

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

Shades of Vin Rouge #99565B

Tints of Vin Rouge #99565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.06%

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 46.36%
G = 26.06%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99565B (or 0x99565B) is known color: Vin Rouge. HEX triplet: 99, 56 and 5B. RGB value is (153,86,91). Sum of RGB (Red+Green+Blue) = 153+86+91=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99565B is #66A9A4. Grayscale: #6A6A6A. Windows color (decimal): -6728101 or 5985945. OLE color: 5985945.

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

Color convert

RGB 153 86 91 -
CMYK 0 0.44 0.41 0.4
HSL 355.52º 0.28% 0.47% -
HSV(B) 355.52º 0.44% 0.6% -
XYZ 18.35 14.18 11.67 -
YUV 106.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 153 86 91 0 0.44 0.41 0.4 355.52 0.28 0.47
Hex 99 56 5B 0 2C 29 28 164 1C 2F
Octal 231 126 133 0 54 51 50 544 34 57
Binary 10011001 1010110 1011011 0 101100 101001 101000 101100100 11100 101111

Color Harmonies of #99565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99565B

Black with #99565B

Text Example


Text Example

White with #99565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,86,91); }

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

background-color css

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

 a { background-color: rgb(153,86,91); }

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

border-color css

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

 span { border-color: rgb(153,86,91); }

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