Html Css Color HEX #995267 Vin Rouge

📋 copy color: '#995267'

red 153 ◦ green 82 ◦ blue 103

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

Shades of Vin Rouge #995267

Tints of Vin Rouge #995267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.47%

R = 45.27%
G = 24.26%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#995267 (or 0x995267) is known color: Vin Rouge. HEX triplet: 99, 52 and 67. RGB value is (153,82,103). Sum of RGB (Red+Green+Blue) = 153+82+103=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #995267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995267 is #66AD98. Grayscale: #696969. Windows color (decimal): -6729113 or 6771353. OLE color: 6771353.

HSL color Cylindrical-coordinate representation of color #995267: hue angle of 342.25º 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 #995267 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 82 103 -
CMYK 0 0.46 0.33 0.4
HSL 342.25º 0.3% 0.46% -
HSV(B) 342.25º 0.46% 0.6% -
XYZ 18.6 13.79 14.51 -
YUV 105.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 153 82 103 0 0.46 0.33 0.4 342.25 0.3 0.46
Hex 99 52 67 0 2E 21 28 156 1E 2E
Octal 231 122 147 0 56 41 50 526 36 56
Binary 10011001 1010010 1100111 0 101110 100001 101000 101010110 11110 101110

Color Harmonies of #995267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995267

Black with #995267

Text Example


Text Example

White with #995267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995267; }

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

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

background-color css

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

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

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

border-color css

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

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

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