#874172

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

Shades of Cosmic #874172

Tints of Cosmic #874172

Color information

#874172 (or 0x874172) is unknown color: approx Cosmic. HEX triplet: 87, 41 and 72. RGB value is (135,65,114). Sum of RGB (Red+Green+Blue) = 135+65+114=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #874172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874172 is #78BE8D. Grayscale: #5B5B5B. Windows color (decimal): -7913102 or 7487879. OLE color: 7487879.

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

Color convert

RGB13565114-
CMYK00.520.160.47
HSL318º35%39.22%-
HSV(B)318º51.85%52.94%-
XYZ14.9210.1517.09-
YUV91.52140.69159.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.99%
GREEN value IS 65 (25.78% from 255) = 20.70%
BLUE value IS 114 (44.92% from 255) = 36.31%
R=42.99%
G=20.70%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356511400.520.160.473183539.22
Hex874172034102F13e2327
Octal20710116206420574764347
Binary1000011110000011110010011010010000101111100111110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874172; }

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

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

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

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

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

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

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

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