#86425F

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

Shades of Cosmic #86425F

Tints of Cosmic #86425F

Color information

#86425F (or 0x86425F) is unknown color: approx Cosmic. HEX triplet: 86, 42 and 5F. RGB value is (134,66,95). Sum of RGB (Red+Green+Blue) = 134+66+95=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #86425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86425F is #79BDA0. Grayscale: #595959. Windows color (decimal): -7978401 or 6242950. OLE color: 6242950.

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

Color convert

RGB1346695-
CMYK00.510.290.47
HSL334.41º34%39.22%-
HSV(B)334.41º50.75%52.55%-
XYZ13.859.7911.99-
YUV89.64131.03159.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=45.42%
G=22.37%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134669500.510.290.47334.413439.22
Hex86425F0331D2F14e2227
Octal20610213706335575164247
Binary1000011010000101011111011001111101101111101001110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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