Html Css Color HEX #85446D Cosmic

📋 copy color: '#85446D'

red 133 ◦ green 68 ◦ blue 109

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

Shades of Cosmic #85446D

Tints of Cosmic #85446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.94%

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

R = 42.9%
G = 21.94%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85446D (or 0x85446D) is known color: Cosmic. HEX triplet: 85, 44 and 6D. RGB value is (133,68,109). Sum of RGB (Red+Green+Blue) = 133+68+109=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85446D is #7ABB92. Grayscale: #5C5C5C. Windows color (decimal): -8043411 or 7160965. OLE color: 7160965.

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

Color convert

RGB 133 68 109 -
CMYK 0 0.49 0.18 0.48
HSL 322.15º 0.32% 0.39% -
HSV(B) 322.15º 0.49% 0.52% -
XYZ 14.5 10.22 15.68 -
YUV 92.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 133 68 109 0 0.49 0.18 0.48 322.15 0.32 0.39
Hex 85 44 6D 0 31 12 30 142 20 27
Octal 205 104 155 0 61 22 60 502 40 47
Binary 10000101 1000100 1101101 0 110001 10010 110000 101000010 100000 100111

Color Harmonies of #85446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85446D

Black with #85446D

Text Example


Text Example

White with #85446D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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