Html Css Color HEX #849091 Submarine

📋 copy color: '#849091'

red 132 ◦ green 144 ◦ blue 145

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

Shades of Submarine #849091

Tints of Submarine #849091

RGB

 RED value IS 132 (51.95% from 255) = 31.35%

 GREEN value IS 144 (56.64% from 255) = 34.2%

 BLUE value IS 145 (57.03% from 255) = 34.44%

R = 31.35%
G = 34.2%
B = 34.44%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#849091 (or 0x849091) is known color: Submarine. HEX triplet: 84, 90 and 91. RGB value is (132,144,145). Sum of RGB (Red+Green+Blue) = 132+144+145=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 145 - color contains mainly: blue. Hex color #849091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849091 is #7B6F6E. Grayscale: #8C8C8C. Windows color (decimal): -8089455 or 9539716. OLE color: 9539716.

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

Color convert

RGB 132 144 145 -
CMYK 0.09 0.01 0 0.43
HSL 184.62º 0.06% 0.54% -
HSV(B) 184.62º 0.09% 0.57% -
XYZ 24.6 26.9 30.68 -
YUV 140.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 132 144 145 0.09 0.01 0 0.43 184.62 0.06 0.54
Hex 84 90 91 9 1 0 2B B9 6 36
Octal 204 220 221 11 1 0 53 271 6 66
Binary 10000100 10010000 10010001 1001 1 0 101011 10111001 110 110110

Color Harmonies of #849091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849091

Black with #849091

Text Example


Text Example

White with #849091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849091; }

 p { color: rgb(132,144,145); }

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

background-color css

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

 a { background-color: rgb(132,144,145); }

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

border-color css

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

 span { border-color: rgb(132,144,145); }

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