Html Css Color HEX #99575C Vin Rouge

📋 copy color: '#99575C'

red 153 ◦ green 87 ◦ blue 92

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

Shades of Vin Rouge #99575C

Tints of Vin Rouge #99575C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.2%

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 46.08%
G = 26.2%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#99575C (or 0x99575C) is known color: Vin Rouge. HEX triplet: 99, 57 and 5C. RGB value is (153,87,92). Sum of RGB (Red+Green+Blue) = 153+87+92=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #99575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99575C is #66A8A3. Grayscale: #6B6B6B. Windows color (decimal): -6727844 or 6051737. OLE color: 6051737.

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

Color convert

RGB 153 87 92 -
CMYK 0 0.43 0.40 0.4
HSL 355.45º 0.28% 0.47% -
HSV(B) 355.45º 0.43% 0.6% -
XYZ 18.48 14.36 11.92 -
YUV 107.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 153 87 92 0 0.43 0.40 0.4 355.45 0.28 0.47
Hex 99 57 5C 0 2B 28 28 163 1C 2F
Octal 231 127 134 0 53 50 50 543 34 57
Binary 10011001 1010111 1011100 0 101011 101000 101000 101100011 11100 101111

Color Harmonies of #99575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99575C

Black with #99575C

Text Example


Text Example

White with #99575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99575C; }

 p { color: rgb(153,87,92); }

 H1.HeaderClassName
 {
   color: #99575C;
 }
 .AnyTagClassName
 {
   color: #99575C;
 }
</style>

background-color css

<style>
 a { background-color: #99575C; }

 a { background-color: rgb(153,87,92); }

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

border-color css

<style>
 span { border-color: #99575C; }

 span { border-color: rgb(153,87,92); }

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