#86425C

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

Shades of Cosmic #86425C

Tints of Cosmic #86425C

Color information

#86425C (or 0x86425C) is unknown color: approx Cosmic. HEX triplet: 86, 42 and 5C. RGB value is (134,66,92). Sum of RGB (Red+Green+Blue) = 134+66+92=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86425C is #79BDA3. Grayscale: #595959. Windows color (decimal): -7978404 or 6046342. OLE color: 6046342.

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

Color convert

RGB1346692-
CMYK00.510.310.47
HSL337.06º34%39.22%-
HSV(B)337.06º50.75%52.55%-
XYZ13.719.7411.28-
YUV89.3129.53159.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=45.89%
G=22.60%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134669200.510.310.47337.063439.22
Hex86425C0331F2F1512227
Octal20610213406337575214247
Binary1000011010000101011100011001111111101111101010001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86425C; }

 p { color: rgb(134,66,92); }

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

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

 a { background-color: rgb(134,66,92); }

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

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

 span { border-color: rgb(134,66,92); }

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