Html Css Color HEX #94575B Vin Rouge

📋 copy color: '#94575B'

red 148 ◦ green 87 ◦ blue 91

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

Shades of Vin Rouge #94575B

Tints of Vin Rouge #94575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.69%

 BLUE value IS 91 (35.94% from 255) = 27.91%

R = 45.4%
G = 26.69%
B = 27.91%

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

#94575B (or 0x94575B) is known color: Vin Rouge. HEX triplet: 94, 57 and 5B. RGB value is (148,87,91). Sum of RGB (Red+Green+Blue) = 148+87+91=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94575B is #6BA8A4. Grayscale: #696969. Windows color (decimal): -7055525 or 5986196. OLE color: 5986196.

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

Color convert

RGB 148 87 91 -
CMYK 0 0.41 0.39 0.42
HSL 356.07º 0.26% 0.46% -
HSV(B) 356.07º 0.41% 0.58% -
XYZ 17.51 13.87 11.65 -
YUV 105.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 148 87 91 0 0.41 0.39 0.42 356.07 0.26 0.46
Hex 94 57 5B 0 29 27 2A 164 1A 2E
Octal 224 127 133 0 51 47 52 544 32 56
Binary 10010100 1010111 1011011 0 101001 100111 101010 101100100 11010 101110

Color Harmonies of #94575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94575B

Black with #94575B

Text Example


Text Example

White with #94575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94575B; }

 p { color: rgb(148,87,91); }

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

background-color css

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

 a { background-color: rgb(148,87,91); }

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

border-color css

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

 span { border-color: rgb(148,87,91); }

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