Html Css Color HEX #99555B Vin Rouge

📋 copy color: '#99555B'

red 153 ◦ green 85 ◦ blue 91

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

Shades of Vin Rouge #99555B

Tints of Vin Rouge #99555B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.84%

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

R = 46.5%
G = 25.84%
B = 27.66%

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

#99555B (or 0x99555B) is known color: Vin Rouge. HEX triplet: 99, 55 and 5B. RGB value is (153,85,91). Sum of RGB (Red+Green+Blue) = 153+85+91=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99555B is #66AAA4. Grayscale: #6A6A6A. Windows color (decimal): -6728357 or 5985689. OLE color: 5985689.

HSL color Cylindrical-coordinate representation of color #99555B: hue angle of 354.71º degrees, saturation: 0.29, 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 #99555B is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 85 91 -
CMYK 0 0.44 0.41 0.4
HSL 354.71º 0.29% 0.47% -
HSV(B) 354.71º 0.44% 0.6% -
XYZ 18.27 14.02 11.64 -
YUV 106.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 153 85 91 0 0.44 0.41 0.4 354.71 0.29 0.47
Hex 99 55 5B 0 2C 29 28 163 1D 2F
Octal 231 125 133 0 54 51 50 543 35 57
Binary 10011001 1010101 1011011 0 101100 101001 101000 101100011 11101 101111

Color Harmonies of #99555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99555B

Black with #99555B

Text Example


Text Example

White with #99555B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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