#874272

Color #874272 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #874272

Tints of Cosmic #874272

Color information

#874272 (or 0x874272) is unknown color: approx Cosmic. HEX triplet: 87, 42 and 72. RGB value is (135,66,114). Sum of RGB (Red+Green+Blue) = 135+66+114=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #874272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874272 is #78BD8D. Grayscale: #5B5B5B. Windows color (decimal): -7912846 or 7488135. OLE color: 7488135.

HSL color Cylindrical-coordinate representation of color #874272: hue angle of 318.26º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #874272 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13566114-
CMYK00.510.160.47
HSL318.26º34.33%39.41%-
HSV(B)318.26º51.11%52.94%-
XYZ14.9810.2617.11-
YUV92.1140.36158.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=42.86%
G=20.95%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356611400.510.160.47318.2634.3339.41
Hex874272033102F13e2227
Octal20710216206320574764247
Binary1000011110000101110010011001110000101111100111110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874272; }

 p { color: rgb(135,66,114); }

 H1.HeaderClassName
 {
   color: #874272;
 }
 .AnyTagClassName
 {
   color: #874272;
 }
</style>
background-color css

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

 a { background-color: rgb(135,66,114); }

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

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

 span { border-color: rgb(135,66,114); }

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