Html Css Color HEX #908183 Venus

📋 copy color: '#908183'

red 144 ◦ green 129 ◦ blue 131

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

Shades of Venus #908183

Tints of Venus #908183

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.93%

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

R = 35.64%
G = 31.93%
B = 32.43%

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

#908183 (or 0x908183) is known color: Venus. HEX triplet: 90, 81 and 83. RGB value is (144,129,131). Sum of RGB (Red+Green+Blue) = 144+129+131=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 144 - color contains mainly: red. Hex color #908183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908183 is #6F7E7C. Grayscale: #858585. Windows color (decimal): -7306877 or 8618384. OLE color: 8618384.

HSL color Cylindrical-coordinate representation of color #908183: hue angle of 352º 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 #908183 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 129 131 -
CMYK 0 0.10 0.09 0.44
HSL 352º 0.06% 0.54% -
HSV(B) 352º 0.1% 0.56% -
XYZ 23.45 23.27 24.73 -
YUV 133.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 144 129 131 0 0.10 0.09 0.44 352 0.06 0.54
Hex 90 81 83 0 A 9 2C 160 6 36
Octal 220 201 203 0 12 11 54 540 6 66
Binary 10010000 10000001 10000011 0 1010 1001 101100 101100000 110 110110

Color Harmonies of #908183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908183

Black with #908183

Text Example


Text Example

White with #908183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908183; }

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

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

background-color css

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

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

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

border-color css

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

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

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