Html Css Color HEX #965358 Vin Rouge

📋 copy color: '#965358'

red 150 ◦ green 83 ◦ blue 88

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

Shades of Vin Rouge #965358

Tints of Vin Rouge #965358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.86%

 BLUE value IS 88 (34.77% from 255) = 27.41%

R = 46.73%
G = 25.86%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#965358 (or 0x965358) is known color: Vin Rouge. HEX triplet: 96, 53 and 58. RGB value is (150,83,88). Sum of RGB (Red+Green+Blue) = 150+83+88=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #965358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965358 is #69ACA7. Grayscale: #676767. Windows color (decimal): -6925480 or 5788566. OLE color: 5788566.

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

Color convert

RGB 150 83 88 -
CMYK 0 0.45 0.41 0.41
HSL 355.52º 0.29% 0.46% -
HSV(B) 355.52º 0.45% 0.59% -
XYZ 17.43 13.38 10.9 -
YUV 103.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 150 83 88 0 0.45 0.41 0.41 355.52 0.29 0.46
Hex 96 53 58 0 2D 29 29 164 1D 2E
Octal 226 123 130 0 55 51 51 544 35 56
Binary 10010110 1010011 1011000 0 101101 101001 101001 101100100 11101 101110

Color Harmonies of #965358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965358

Black with #965358

Text Example


Text Example

White with #965358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965358; }

 p { color: rgb(150,83,88); }

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

background-color css

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

 a { background-color: rgb(150,83,88); }

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

border-color css

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

 span { border-color: rgb(150,83,88); }

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