Html Css Color HEX #918283 Venus

📋 copy color: '#918283'

red 145 ◦ green 130 ◦ blue 131

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

Shades of Venus #918283

Tints of Venus #918283

RGB

 RED value IS 145 (57.03% from 255) = 35.71%

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

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

R = 35.71%
G = 32.02%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#918283 (or 0x918283) is known color: Venus. HEX triplet: 91, 82 and 83. RGB value is (145,130,131). Sum of RGB (Red+Green+Blue) = 145+130+131=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 145 - color contains mainly: red. Hex color #918283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918283 is #6E7D7C. Grayscale: #868686. Windows color (decimal): -7241085 or 8618641. OLE color: 8618641.

HSL color Cylindrical-coordinate representation of color #918283: hue angle of 356º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #918283 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 130 131 -
CMYK 0 0.10 0.10 0.43
HSL 356º 0.06% 0.54% -
HSV(B) 356º 0.1% 0.57% -
XYZ 23.76 23.62 24.78 -
YUV 134.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 145 130 131 0 0.10 0.10 0.43 356 0.06 0.54
Hex 91 82 83 0 A A 2B 164 6 36
Octal 221 202 203 0 12 12 53 544 6 66
Binary 10010001 10000010 10000011 0 1010 1010 101011 101100100 110 110110

Color Harmonies of #918283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918283

Black with #918283

Text Example


Text Example

White with #918283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918283; }

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

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

background-color css

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

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

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

border-color css

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

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

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