#884374

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

Shades of Cosmic #884374

Tints of Cosmic #884374

Color information

#884374 (or 0x884374) is unknown color: approx Cosmic. HEX triplet: 88, 43 and 74. RGB value is (136,67,116). Sum of RGB (Red+Green+Blue) = 136+67+116=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #884374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884374 is #77BC8B. Grayscale: #5D5D5D. Windows color (decimal): -7847052 or 7619464. OLE color: 7619464.

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

Color convert

RGB13667116-
CMYK00.510.150.47
HSL317.39º33.99%39.8%-
HSV(B)317.39º50.74%53.33%-
XYZ15.3110.5117.74-
YUV93.22140.86158.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=42.63%
G=21.00%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366711600.510.150.47317.3933.9939.8
Hex884374033F2F13d2228
Octal21010316406317574754250
Binary100010001000011111010001100111111101111100111101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884374; }

 p { color: rgb(136,67,116); }

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

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

 a { background-color: rgb(136,67,116); }

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

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

 span { border-color: rgb(136,67,116); }

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