Html Css Color HEX #995462 Vin Rouge

📋 copy color: '#995462'

red 153 ◦ green 84 ◦ blue 98

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

Shades of Vin Rouge #995462

Tints of Vin Rouge #995462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.07%

 BLUE value IS 98 (38.67% from 255) = 29.25%

R = 45.67%
G = 25.07%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#995462 (or 0x995462) is known color: Vin Rouge. HEX triplet: 99, 54 and 62. RGB value is (153,84,98). Sum of RGB (Red+Green+Blue) = 153+84+98=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #995462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995462 is #66AB9D. Grayscale: #6A6A6A. Windows color (decimal): -6728606 or 6444185. OLE color: 6444185.

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

Color convert

RGB 153 84 98 -
CMYK 0 0.45 0.36 0.4
HSL 347.83º 0.29% 0.46% -
HSV(B) 347.83º 0.45% 0.6% -
XYZ 18.51 13.99 13.28 -
YUV 106.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 153 84 98 0 0.45 0.36 0.4 347.83 0.29 0.46
Hex 99 54 62 0 2D 24 28 15C 1D 2E
Octal 231 124 142 0 55 44 50 534 35 56
Binary 10011001 1010100 1100010 0 101101 100100 101000 101011100 11101 101110

Color Harmonies of #995462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995462

Black with #995462

Text Example


Text Example

White with #995462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995462; }

 p { color: rgb(153,84,98); }

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

background-color css

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

 a { background-color: rgb(153,84,98); }

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

border-color css

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

 span { border-color: rgb(153,84,98); }

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