#874369

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

Shades of Cosmic #874369

Tints of Cosmic #874369

Color information

#874369 (or 0x874369) is unknown color: approx Cosmic. HEX triplet: 87, 43 and 69. RGB value is (135,67,105). Sum of RGB (Red+Green+Blue) = 135+67+105=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #874369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874369 is #78BC96. Grayscale: #5B5B5B. Windows color (decimal): -7912599 or 6898567. OLE color: 6898567.

HSL color Cylindrical-coordinate representation of color #874369: hue angle of 326.47º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874369 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13567105-
CMYK00.500.220.47
HSL326.47º33.66%39.61%-
HSV(B)326.47º50.37%52.94%-
XYZ14.5510.1914.56-
YUV91.66135.53158.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.97%
GREEN value IS 67 (26.56% from 255) = 21.82%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=43.97%
G=21.82%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356710500.500.220.47326.4733.6639.61
Hex874369032162F1462228
Octal20710315106226575064250
Binary1000011110000111101001011001010110101111101000110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874369; }

 p { color: rgb(135,67,105); }

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

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

 a { background-color: rgb(135,67,105); }

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

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

 span { border-color: rgb(135,67,105); }

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