Html Css Color HEX #948283 Venus

📋 copy color: '#948283'

red 148 ◦ green 130 ◦ blue 131

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

Shades of Venus #948283

Tints of Venus #948283

RGB

 RED value IS 148 (58.2% from 255) = 36.19%

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

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

R = 36.19%
G = 31.78%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#948283 (or 0x948283) is known color: Venus. HEX triplet: 94, 82 and 83. RGB value is (148,130,131). Sum of RGB (Red+Green+Blue) = 148+130+131=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #948283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948283 is #6B7D7C. Grayscale: #878787. Windows color (decimal): -7044477 or 8618644. OLE color: 8618644.

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

Color convert

RGB 148 130 131 -
CMYK 0 0.12 0.11 0.42
HSL 356.67º 0.08% 0.55% -
HSV(B) 356.67º 0.12% 0.58% -
XYZ 24.29 23.9 24.81 -
YUV 135.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 148 130 131 0 0.12 0.11 0.42 356.67 0.08 0.55
Hex 94 82 83 0 C B 2A 165 8 37
Octal 224 202 203 0 14 13 52 545 10 67
Binary 10010100 10000010 10000011 0 1100 1011 101010 101100101 1000 110111

Color Harmonies of #948283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948283

Black with #948283

Text Example


Text Example

White with #948283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948283; }

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

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

background-color css

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

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

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

border-color css

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

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

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