Html Css Color HEX #894270 Cosmic

📋 copy color: '#894270'

red 137 ◦ green 66 ◦ blue 112

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

Shades of Cosmic #894270

Tints of Cosmic #894270

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.95%

 BLUE value IS 112 (44.14% from 255) = 35.56%

R = 43.49%
G = 20.95%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#894270 (or 0x894270) is known color: Cosmic. HEX triplet: 89, 42 and 70. RGB value is (137,66,112). Sum of RGB (Red+Green+Blue) = 137+66+112=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #894270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894270 is #76BD8F. Grayscale: #5C5C5C. Windows color (decimal): -7781776 or 7357065. OLE color: 7357065.

HSL color Cylindrical-coordinate representation of color #894270: hue angle of 321.13º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894270 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 66 112 -
CMYK 0 0.52 0.18 0.46
HSL 321.13º 0.35% 0.4% -
HSV(B) 321.13º 0.52% 0.54% -
XYZ 15.19 10.38 16.53 -
YUV 92.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 137 66 112 0 0.52 0.18 0.46 321.13 0.35 0.4
Hex 89 42 70 0 34 12 2E 141 23 28
Octal 211 102 160 0 64 22 56 501 43 50
Binary 10001001 1000010 1110000 0 110100 10010 101110 101000001 100011 101000

Color Harmonies of #894270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894270

Black with #894270

Text Example


Text Example

White with #894270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894270; }

 p { color: rgb(137,66,112); }

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

background-color css

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

 a { background-color: rgb(137,66,112); }

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

border-color css

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

 span { border-color: rgb(137,66,112); }

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