Html Css Color HEX #965362 Vin Rouge

📋 copy color: '#965362'

red 150 ◦ green 83 ◦ blue 98

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

Shades of Vin Rouge #965362

Tints of Vin Rouge #965362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.61%

R = 45.32%
G = 25.08%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#965362 (or 0x965362) is known color: Vin Rouge. HEX triplet: 96, 53 and 62. RGB value is (150,83,98). Sum of RGB (Red+Green+Blue) = 150+83+98=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #965362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965362 is #69AC9D. Grayscale: #686868. Windows color (decimal): -6925470 or 6443926. OLE color: 6443926.

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

Color convert

RGB 150 83 98 -
CMYK 0 0.45 0.35 0.41
HSL 346.57º 0.29% 0.46% -
HSV(B) 346.57º 0.45% 0.59% -
XYZ 17.88 13.55 13.23 -
YUV 104.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 150 83 98 0 0.45 0.35 0.41 346.57 0.29 0.46
Hex 96 53 62 0 2D 23 29 15B 1D 2E
Octal 226 123 142 0 55 43 51 533 35 56
Binary 10010110 1010011 1100010 0 101101 100011 101001 101011011 11101 101110

Color Harmonies of #965362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965362

Black with #965362

Text Example


Text Example

White with #965362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965362; }

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

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

background-color css

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

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

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

border-color css

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

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

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