#874562

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

Shades of Cosmic #874562

Tints of Cosmic #874562

Color information

#874562 (or 0x874562) is unknown color: approx Cosmic. HEX triplet: 87, 45 and 62. RGB value is (135,69,98). Sum of RGB (Red+Green+Blue) = 135+69+98=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #874562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874562 is #78BA9D. Grayscale: #5B5B5B. Windows color (decimal): -7912094 or 6440327. OLE color: 6440327.

HSL color Cylindrical-coordinate representation of color #874562: hue angle of 333.64º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874562 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1356998-
CMYK00.490.270.47
HSL333.64º32.35%40%-
HSV(B)333.64º48.89%52.94%-
XYZ14.3210.2912.79-
YUV92.04131.37158.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 98 (38.67% from 255) = 32.45%
R=44.70%
G=22.85%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135699800.490.270.47333.6432.3540
Hex8745620311B2F14e2028
Octal20710514206133575164050
Binary1000011110001011100010011000111011101111101001110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874562; }

 p { color: rgb(135,69,98); }

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

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

 a { background-color: rgb(135,69,98); }

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

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

 span { border-color: rgb(135,69,98); }

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