Html Css Color HEX #965269 Vin Rouge

📋 copy color: '#965269'

red 150 ◦ green 82 ◦ blue 105

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

Shades of Vin Rouge #965269

Tints of Vin Rouge #965269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.16%

R = 44.51%
G = 24.33%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#965269 (or 0x965269) is known color: Vin Rouge. HEX triplet: 96, 52 and 69. RGB value is (150,82,105). Sum of RGB (Red+Green+Blue) = 150+82+105=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #965269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965269 is #69AD96. Grayscale: #686868. Windows color (decimal): -6925719 or 6902422. OLE color: 6902422.

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

Color convert

RGB 150 82 105 -
CMYK 0 0.45 0.30 0.41
HSL 339.71º 0.29% 0.45% -
HSV(B) 339.71º 0.45% 0.59% -
XYZ 18.14 13.54 15.02 -
YUV 104.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 150 82 105 0 0.45 0.30 0.41 339.71 0.29 0.45
Hex 96 52 69 0 2D 1E 29 154 1D 2D
Octal 226 122 151 0 55 36 51 524 35 55
Binary 10010110 1010010 1101001 0 101101 11110 101001 101010100 11101 101101

Color Harmonies of #965269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965269

Black with #965269

Text Example


Text Example

White with #965269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965269; }

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

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

background-color css

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

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

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

border-color css

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

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

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