Html Css Color HEX #94585D Vin Rouge

📋 copy color: '#94585D'

red 148 ◦ green 88 ◦ blue 93

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

Shades of Vin Rouge #94585D

Tints of Vin Rouge #94585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 44.98%
G = 26.75%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#94585D (or 0x94585D) is known color: Vin Rouge. HEX triplet: 94, 58 and 5D. RGB value is (148,88,93). Sum of RGB (Red+Green+Blue) = 148+88+93=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #94585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94585D is #6BA7A2. Grayscale: #6A6A6A. Windows color (decimal): -7055267 or 6117524. OLE color: 6117524.

HSL color Cylindrical-coordinate representation of color #94585D: hue angle of 355º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94585D is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 88 93 -
CMYK 0 0.41 0.37 0.42
HSL 355º 0.25% 0.46% -
HSV(B) 355º 0.41% 0.58% -
XYZ 17.68 14.07 12.14 -
YUV 106.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 148 88 93 0 0.41 0.37 0.42 355 0.25 0.46
Hex 94 58 5D 0 29 25 2A 163 19 2E
Octal 224 130 135 0 51 45 52 543 31 56
Binary 10010100 1011000 1011101 0 101001 100101 101010 101100011 11001 101110

Color Harmonies of #94585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94585D

Black with #94585D

Text Example


Text Example

White with #94585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94585D; }

 p { color: rgb(148,88,93); }

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

background-color css

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

 a { background-color: rgb(148,88,93); }

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

border-color css

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

 span { border-color: rgb(148,88,93); }

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