Html Css Color HEX #895073 Cosmic

📋 copy color: '#895073'

red 137 ◦ green 80 ◦ blue 115

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

Shades of Cosmic #895073

Tints of Cosmic #895073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

 BLUE value IS 115 (45.31% from 255) = 34.64%

R = 41.27%
G = 24.1%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#895073 (or 0x895073) is known color: Cosmic. HEX triplet: 89, 50 and 73. RGB value is (137,80,115). Sum of RGB (Red+Green+Blue) = 137+80+115=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #895073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895073 is #76AF8C. Grayscale: #646464. Windows color (decimal): -7778189 or 7557257. OLE color: 7557257.

HSL color Cylindrical-coordinate representation of color #895073: hue angle of 323.16º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895073 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 80 115 -
CMYK 0 0.42 0.16 0.46
HSL 323.16º 0.26% 0.43% -
HSV(B) 323.16º 0.42% 0.54% -
XYZ 16.28 12.29 17.73 -
YUV 101.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 137 80 115 0 0.42 0.16 0.46 323.16 0.26 0.43
Hex 89 50 73 0 2A 10 2E 143 1A 2B
Octal 211 120 163 0 52 20 56 503 32 53
Binary 10001001 1010000 1110011 0 101010 10000 101110 101000011 11010 101011

Color Harmonies of #895073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895073

Black with #895073

Text Example


Text Example

White with #895073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895073; }

 p { color: rgb(137,80,115); }

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

background-color css

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

 a { background-color: rgb(137,80,115); }

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

border-color css

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

 span { border-color: rgb(137,80,115); }

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