Html Css Color HEX #85406D Cosmic

📋 copy color: '#85406D'

red 133 ◦ green 64 ◦ blue 109

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

Shades of Cosmic #85406D

Tints of Cosmic #85406D

RGB

 RED value IS 133 (52.34% from 255) = 43.46%

 GREEN value IS 64 (25.39% from 255) = 20.92%

 BLUE value IS 109 (42.97% from 255) = 35.62%

R = 43.46%
G = 20.92%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85406D (or 0x85406D) is known color: Cosmic. HEX triplet: 85, 40 and 6D. RGB value is (133,64,109). Sum of RGB (Red+Green+Blue) = 133+64+109=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #85406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85406D is #7ABF92. Grayscale: #595959. Windows color (decimal): -8044435 or 7159941. OLE color: 7159941.

HSL color Cylindrical-coordinate representation of color #85406D: hue angle of 320.87º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85406D is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 64 109 -
CMYK 0 0.52 0.18 0.48
HSL 320.87º 0.35% 0.39% -
HSV(B) 320.87º 0.52% 0.52% -
XYZ 14.27 9.76 15.6 -
YUV 89.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 133 64 109 0 0.52 0.18 0.48 320.87 0.35 0.39
Hex 85 40 6D 0 34 12 30 141 23 27
Octal 205 100 155 0 64 22 60 501 43 47
Binary 10000101 1000000 1101101 0 110100 10010 110000 101000001 100011 100111

Color Harmonies of #85406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85406D

Black with #85406D

Text Example


Text Example

White with #85406D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85406D; }

 p { color: rgb(133,64,109); }

 H1.HeaderClassName
 {
   color: #85406D;
 }
 .AnyTagClassName
 {
   color: #85406D;
 }
</style>

background-color css

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

 a { background-color: rgb(133,64,109); }

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

border-color css

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

 span { border-color: rgb(133,64,109); }

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