Html Css Color HEX #89476B Cosmic

📋 copy color: '#89476B'

red 137 ◦ green 71 ◦ blue 107

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

Shades of Cosmic #89476B

Tints of Cosmic #89476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 43.49%
G = 22.54%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#89476B (or 0x89476B) is known color: Cosmic. HEX triplet: 89, 47 and 6B. RGB value is (137,71,107). Sum of RGB (Red+Green+Blue) = 137+71+107=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #89476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89476B is #76B894. Grayscale: #5E5E5E. Windows color (decimal): -7780501 or 7030665. OLE color: 7030665.

HSL color Cylindrical-coordinate representation of color #89476B: hue angle of 327.27º 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 #89476B is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 71 107 -
CMYK 0 0.48 0.22 0.46
HSL 327.27º 0.32% 0.41% -
HSV(B) 327.27º 0.48% 0.54% -
XYZ 15.22 10.89 15.21 -
YUV 94.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 137 71 107 0 0.48 0.22 0.46 327.27 0.32 0.41
Hex 89 47 6B 0 30 16 2E 147 20 29
Octal 211 107 153 0 60 26 56 507 40 51
Binary 10001001 1000111 1101011 0 110000 10110 101110 101000111 100000 101001

Color Harmonies of #89476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89476B

Black with #89476B

Text Example


Text Example

White with #89476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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