Html Css Color HEX #995265 Vin Rouge

📋 copy color: '#995265'

red 153 ◦ green 82 ◦ blue 101

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

Shades of Vin Rouge #995265

Tints of Vin Rouge #995265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.4%

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 45.54%
G = 24.4%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#995265 (or 0x995265) is known color: Vin Rouge. HEX triplet: 99, 52 and 65. RGB value is (153,82,101). Sum of RGB (Red+Green+Blue) = 153+82+101=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #995265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995265 is #66AD9A. Grayscale: #696969. Windows color (decimal): -6729115 or 6640281. OLE color: 6640281.

HSL color Cylindrical-coordinate representation of color #995265: hue angle of 343.94º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995265 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 82 101 -
CMYK 0 0.46 0.34 0.4
HSL 343.94º 0.3% 0.46% -
HSV(B) 343.94º 0.46% 0.6% -
XYZ 18.5 13.75 13.99 -
YUV 105.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 153 82 101 0 0.46 0.34 0.4 343.94 0.3 0.46
Hex 99 52 65 0 2E 22 28 158 1E 2E
Octal 231 122 145 0 56 42 50 530 36 56
Binary 10011001 1010010 1100101 0 101110 100010 101000 101011000 11110 101110

Color Harmonies of #995265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995265

Black with #995265

Text Example


Text Example

White with #995265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995265; }

 p { color: rgb(153,82,101); }

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

background-color css

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

 a { background-color: rgb(153,82,101); }

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

border-color css

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

 span { border-color: rgb(153,82,101); }

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