#874268

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

Shades of Cosmic #874268

Tints of Cosmic #874268

Color information

#874268 (or 0x874268) is unknown color: approx Cosmic. HEX triplet: 87, 42 and 68. RGB value is (135,66,104). Sum of RGB (Red+Green+Blue) = 135+66+104=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #874268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874268 is #78BD97. Grayscale: #5A5A5A. Windows color (decimal): -7912856 or 6832775. OLE color: 6832775.

HSL color Cylindrical-coordinate representation of color #874268: hue angle of 326.96º 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 #874268 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13566104-
CMYK00.510.230.47
HSL326.96º34.33%39.41%-
HSV(B)326.96º51.11%52.94%-
XYZ14.4410.0514.27-
YUV90.96135.36159.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=44.26%
G=21.64%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356610400.510.230.47326.9634.3339.41
Hex874268033172F1472227
Octal20710215006327575074247
Binary1000011110000101101000011001110111101111101000111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874268; }

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

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

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

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

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

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

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

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