Html Css Color HEX #94595E Vin Rouge

📋 copy color: '#94595E'

red 148 ◦ green 89 ◦ blue 94

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

Shades of Vin Rouge #94595E

Tints of Vin Rouge #94595E

RGB

 RED value IS 148 (58.2% from 255) = 44.71%

 GREEN value IS 89 (35.16% from 255) = 26.89%

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 44.71%
G = 26.89%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94595E (or 0x94595E) is known color: Vin Rouge. HEX triplet: 94, 59 and 5E. RGB value is (148,89,94). Sum of RGB (Red+Green+Blue) = 148+89+94=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #94595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94595E is #6BA6A1. Grayscale: #6B6B6B. Windows color (decimal): -7055010 or 6183316. OLE color: 6183316.

HSL color Cylindrical-coordinate representation of color #94595E: hue angle of 354.92º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94595E is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 89 94 -
CMYK 0 0.40 0.36 0.42
HSL 354.92º 0.25% 0.46% -
HSV(B) 354.92º 0.4% 0.58% -
XYZ 17.81 14.25 12.4 -
YUV 107.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 148 89 94 0 0.40 0.36 0.42 354.92 0.25 0.46
Hex 94 59 5E 0 28 24 2A 163 19 2E
Octal 224 131 136 0 50 44 52 543 31 56
Binary 10010100 1011001 1011110 0 101000 100100 101010 101100011 11001 101110

Color Harmonies of #94595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94595E

Black with #94595E

Text Example


Text Example

White with #94595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94595E; }

 p { color: rgb(148,89,94); }

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

background-color css

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

 a { background-color: rgb(148,89,94); }

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

border-color css

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

 span { border-color: rgb(148,89,94); }

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