Html Css Color HEX #97506A Vin Rouge

📋 copy color: '#97506A'

red 151 ◦ green 80 ◦ blue 106

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

Shades of Vin Rouge #97506A

Tints of Vin Rouge #97506A

RGB

 RED value IS 151 (59.38% from 255) = 44.81%

 GREEN value IS 80 (31.64% from 255) = 23.74%

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 44.81%
G = 23.74%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#97506A (or 0x97506A) is known color: Vin Rouge. HEX triplet: 97, 50 and 6A. RGB value is (151,80,106). Sum of RGB (Red+Green+Blue) = 151+80+106=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #97506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97506A is #68AF95. Grayscale: #686868. Windows color (decimal): -6860694 or 6967447. OLE color: 6967447.

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

Color convert

RGB 151 80 106 -
CMYK 0 0.47 0.30 0.41
HSL 338.03º 0.31% 0.45% -
HSV(B) 338.03º 0.47% 0.59% -
XYZ 18.23 13.36 15.25 -
YUV 104.19 129.02 161.39 -
System Red Green Blue C M Y K H S L
Decimal 151 80 106 0 0.47 0.30 0.41 338.03 0.31 0.45
Hex 97 50 6A 0 2F 1E 29 152 1F 2D
Octal 227 120 152 0 57 36 51 522 37 55
Binary 10010111 1010000 1101010 0 101111 11110 101001 101010010 11111 101101

Color Harmonies of #97506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97506A

Black with #97506A

Text Example


Text Example

White with #97506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97506A; }

 p { color: rgb(151,80,106); }

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

background-color css

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

 a { background-color: rgb(151,80,106); }

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

border-color css

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

 span { border-color: rgb(151,80,106); }

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