Html Css Color HEX #965268 Vin Rouge

📋 copy color: '#965268'

red 150 ◦ green 82 ◦ blue 104

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

Shades of Vin Rouge #965268

Tints of Vin Rouge #965268

RGB

 RED value IS 150 (58.98% from 255) = 44.64%

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

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 44.64%
G = 24.4%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#965268 (or 0x965268) is known color: Vin Rouge. HEX triplet: 96, 52 and 68. RGB value is (150,82,104). Sum of RGB (Red+Green+Blue) = 150+82+104=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #965268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965268 is #69AD97. Grayscale: #686868. Windows color (decimal): -6925720 or 6836886. OLE color: 6836886.

HSL color Cylindrical-coordinate representation of color #965268: hue angle of 340.59º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965268 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 82 104 -
CMYK 0 0.45 0.31 0.41
HSL 340.59º 0.29% 0.45% -
HSV(B) 340.59º 0.45% 0.59% -
XYZ 18.09 13.52 14.75 -
YUV 104.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 150 82 104 0 0.45 0.31 0.41 340.59 0.29 0.45
Hex 96 52 68 0 2D 1F 29 155 1D 2D
Octal 226 122 150 0 55 37 51 525 35 55
Binary 10010110 1010010 1101000 0 101101 11111 101001 101010101 11101 101101

Color Harmonies of #965268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965268

Black with #965268

Text Example


Text Example

White with #965268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965268; }

 p { color: rgb(150,82,104); }

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

background-color css

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

 a { background-color: rgb(150,82,104); }

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

border-color css

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

 span { border-color: rgb(150,82,104); }

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