Html Css Color HEX #86425A Cosmic

📋 copy color: '#86425A'

red 134 ◦ green 66 ◦ blue 90

#86425A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #86425A

Tints of Cosmic #86425A

RGB

 RED value IS 134 (52.73% from 255) = 46.21%

 GREEN value IS 66 (26.17% from 255) = 22.76%

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 46.21%
G = 22.76%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#86425A (or 0x86425A) is known color: Cosmic. HEX triplet: 86, 42 and 5A. RGB value is (134,66,90). Sum of RGB (Red+Green+Blue) = 134+66+90=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #86425A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86425A is #79BDA5. Grayscale: #595959. Windows color (decimal): -7978406 or 5915270. OLE color: 5915270.

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

Color convert

RGB 134 66 90 -
CMYK 0 0.51 0.33 0.47
HSL 338.82º 0.34% 0.39% -
HSV(B) 338.82º 0.51% 0.53% -
XYZ 13.63 9.7 10.83 -
YUV 89.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 134 66 90 0 0.51 0.33 0.47 338.82 0.34 0.39
Hex 86 42 5A 0 33 21 2F 153 22 27
Octal 206 102 132 0 63 41 57 523 42 47
Binary 10000110 1000010 1011010 0 110011 100001 101111 101010011 100010 100111

Color Harmonies of #86425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86425A

Black with #86425A

Text Example


Text Example

White with #86425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86425A;
 }
 .AnyTagClassName
 {
   color: #86425A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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