Html Css Color HEX #965263 Vin Rouge

📋 copy color: '#965263'

red 150 ◦ green 82 ◦ blue 99

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

Shades of Vin Rouge #965263

Tints of Vin Rouge #965263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.91%

R = 45.32%
G = 24.77%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#965263 (or 0x965263) is known color: Vin Rouge. HEX triplet: 96, 52 and 63. RGB value is (150,82,99). Sum of RGB (Red+Green+Blue) = 150+82+99=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #965263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965263 is #69AD9C. Grayscale: #686868. Windows color (decimal): -6925725 or 6509206. OLE color: 6509206.

HSL color Cylindrical-coordinate representation of color #965263: hue angle of 345º 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 #965263 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 82 99 -
CMYK 0 0.45 0.34 0.41
HSL 345º 0.29% 0.45% -
HSV(B) 345º 0.45% 0.59% -
XYZ 17.85 13.42 13.45 -
YUV 104.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 150 82 99 0 0.45 0.34 0.41 345 0.29 0.45
Hex 96 52 63 0 2D 22 29 159 1D 2D
Octal 226 122 143 0 55 42 51 531 35 55
Binary 10010110 1010010 1100011 0 101101 100010 101001 101011001 11101 101101

Color Harmonies of #965263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965263

Black with #965263

Text Example


Text Example

White with #965263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965263; }

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

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

background-color css

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

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

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

border-color css

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

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

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