Html Css Color HEX #89476A Cosmic

📋 copy color: '#89476A'

red 137 ◦ green 71 ◦ blue 106

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

Shades of Cosmic #89476A

Tints of Cosmic #89476A

RGB

 RED value IS 137 (53.91% from 255) = 43.63%

 GREEN value IS 71 (28.13% from 255) = 22.61%

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 43.63%
G = 22.61%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#89476A (or 0x89476A) is known color: Cosmic. HEX triplet: 89, 47 and 6A. RGB value is (137,71,106). Sum of RGB (Red+Green+Blue) = 137+71+106=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #89476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89476A is #76B895. Grayscale: #5E5E5E. Windows color (decimal): -7780502 or 6965129. OLE color: 6965129.

HSL color Cylindrical-coordinate representation of color #89476A: hue angle of 328.18º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89476A is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 71 106 -
CMYK 0 0.48 0.23 0.46
HSL 328.18º 0.32% 0.41% -
HSV(B) 328.18º 0.48% 0.54% -
XYZ 15.17 10.87 14.93 -
YUV 94.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 137 71 106 0 0.48 0.23 0.46 328.18 0.32 0.41
Hex 89 47 6A 0 30 17 2E 148 20 29
Octal 211 107 152 0 60 27 56 510 40 51
Binary 10001001 1000111 1101010 0 110000 10111 101110 101001000 100000 101001

Color Harmonies of #89476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89476A

Black with #89476A

Text Example


Text Example

White with #89476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89476A; }

 p { color: rgb(137,71,106); }

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

background-color css

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

 a { background-color: rgb(137,71,106); }

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

border-color css

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

 span { border-color: rgb(137,71,106); }

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