Html Css Color HEX #94585A Vin Rouge

📋 copy color: '#94585A'

red 148 ◦ green 88 ◦ blue 90

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

Shades of Vin Rouge #94585A

Tints of Vin Rouge #94585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 45.4%
G = 26.99%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#94585A (or 0x94585A) is known color: Vin Rouge. HEX triplet: 94, 58 and 5A. RGB value is (148,88,90). Sum of RGB (Red+Green+Blue) = 148+88+90=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94585A is #6BA7A5. Grayscale: #6A6A6A. Windows color (decimal): -7055270 or 5920916. OLE color: 5920916.

HSL color Cylindrical-coordinate representation of color #94585A: hue angle of 358º 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 #94585A is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 88 90 -
CMYK 0 0.41 0.39 0.42
HSL 358º 0.25% 0.46% -
HSV(B) 358º 0.41% 0.58% -
XYZ 17.55 14.01 11.45 -
YUV 106.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 148 88 90 0 0.41 0.39 0.42 358 0.25 0.46
Hex 94 58 5A 0 29 27 2A 166 19 2E
Octal 224 130 132 0 51 47 52 546 31 56
Binary 10010100 1011000 1011010 0 101001 100111 101010 101100110 11001 101110

Color Harmonies of #94585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94585A

Black with #94585A

Text Example


Text Example

White with #94585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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