Html Css Color HEX #958283 Venus

📋 copy color: '#958283'

red 149 ◦ green 130 ◦ blue 131

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

Shades of Venus #958283

Tints of Venus #958283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.71%

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

R = 36.34%
G = 31.71%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#958283 (or 0x958283) is known color: Venus. HEX triplet: 95, 82 and 83. RGB value is (149,130,131). Sum of RGB (Red+Green+Blue) = 149+130+131=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 149 - color contains mainly: red. Hex color #958283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958283 is #6A7D7C. Grayscale: #878787. Windows color (decimal): -6978941 or 8618645. OLE color: 8618645.

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

Color convert

RGB 149 130 131 -
CMYK 0 0.13 0.12 0.42
HSL 356.84º 0.08% 0.55% -
HSV(B) 356.84º 0.13% 0.58% -
XYZ 24.47 23.99 24.81 -
YUV 135.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 149 130 131 0 0.13 0.12 0.42 356.84 0.08 0.55
Hex 95 82 83 0 D C 2A 165 8 37
Octal 225 202 203 0 15 14 52 545 10 67
Binary 10010101 10000010 10000011 0 1101 1100 101010 101100101 1000 110111

Color Harmonies of #958283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958283

Black with #958283

Text Example


Text Example

White with #958283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958283; }

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

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

background-color css

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

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

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

border-color css

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

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

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