Html Css Color HEX #908283 Venus

📋 copy color: '#908283'

red 144 ◦ green 130 ◦ blue 131

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

Shades of Venus #908283

Tints of Venus #908283

RGB

 RED value IS 144 (56.64% from 255) = 35.56%

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

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

R = 35.56%
G = 32.1%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#908283 (or 0x908283) is known color: Venus. HEX triplet: 90, 82 and 83. RGB value is (144,130,131). Sum of RGB (Red+Green+Blue) = 144+130+131=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 144 - color contains mainly: red. Hex color #908283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908283 is #6F7D7C. Grayscale: #868686. Windows color (decimal): -7306621 or 8618640. OLE color: 8618640.

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

Color convert

RGB 144 130 131 -
CMYK 0 0.10 0.09 0.44
HSL 355.71º 0.06% 0.54% -
HSV(B) 355.71º 0.1% 0.56% -
XYZ 23.58 23.53 24.77 -
YUV 134.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 144 130 131 0 0.10 0.09 0.44 355.71 0.06 0.54
Hex 90 82 83 0 A 9 2C 164 6 36
Octal 220 202 203 0 12 11 54 544 6 66
Binary 10010000 10000010 10000011 0 1010 1001 101100 101100100 110 110110

Color Harmonies of #908283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908283

Black with #908283

Text Example


Text Example

White with #908283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908283; }

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

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

background-color css

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

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

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

border-color css

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

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

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