Html Css Color HEX #957583 Venus

📋 copy color: '#957583'

red 149 ◦ green 117 ◦ blue 131

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

Shades of Venus #957583

Tints of Venus #957583

RGB

 RED value IS 149 (58.59% from 255) = 37.53%

 GREEN value IS 117 (46.09% from 255) = 29.47%

 BLUE value IS 131 (51.56% from 255) = 33%

R = 37.53%
G = 29.47%
B = 33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#957583 (or 0x957583) is known color: Venus. HEX triplet: 95, 75 and 83. RGB value is (149,117,131). Sum of RGB (Red+Green+Blue) = 149+117+131=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #957583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957583 is #6A8A7C. Grayscale: #808080. Windows color (decimal): -6982269 or 8615317. OLE color: 8615317.

HSL color Cylindrical-coordinate representation of color #957583: hue angle of 333.75º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #957583 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 131 -
CMYK 0 0.21 0.12 0.42
HSL 333.75º 0.13% 0.52% -
HSV(B) 333.75º 0.21% 0.58% -
XYZ 22.85 20.75 24.27 -
YUV 128.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 149 117 131 0 0.21 0.12 0.42 333.75 0.13 0.52
Hex 95 75 83 0 15 C 2A 14E D 34
Octal 225 165 203 0 25 14 52 516 15 64
Binary 10010101 1110101 10000011 0 10101 1100 101010 101001110 1101 110100

Color Harmonies of #957583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957583

Black with #957583

Text Example


Text Example

White with #957583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957583; }

 p { color: rgb(149,117,131); }

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

background-color css

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

 a { background-color: rgb(149,117,131); }

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

border-color css

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

 span { border-color: rgb(149,117,131); }

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