Html Css Color HEX #85445B Cosmic

📋 copy color: '#85445B'

red 133 ◦ green 68 ◦ blue 91

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

Shades of Cosmic #85445B

Tints of Cosmic #85445B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.16%

R = 45.55%
G = 23.29%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85445B (or 0x85445B) is known color: Cosmic. HEX triplet: 85, 44 and 5B. RGB value is (133,68,91). Sum of RGB (Red+Green+Blue) = 133+68+91=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85445B is #7ABBA4. Grayscale: #5A5A5A. Windows color (decimal): -8043429 or 5981317. OLE color: 5981317.

HSL color Cylindrical-coordinate representation of color #85445B: hue angle of 338.77º 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 #85445B is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 68 91 -
CMYK 0 0.49 0.32 0.48
HSL 338.77º 0.32% 0.39% -
HSV(B) 338.77º 0.49% 0.52% -
XYZ 13.63 9.88 11.09 -
YUV 90.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 133 68 91 0 0.49 0.32 0.48 338.77 0.32 0.39
Hex 85 44 5B 0 31 20 30 153 20 27
Octal 205 104 133 0 61 40 60 523 40 47
Binary 10000101 1000100 1011011 0 110001 100000 110000 101010011 100000 100111

Color Harmonies of #85445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85445B

Black with #85445B

Text Example


Text Example

White with #85445B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85445B; }

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

 H1.HeaderClassName
 {
   color: #85445B;
 }
 .AnyTagClassName
 {
   color: #85445B;
 }
</style>

background-color css

<style>
 a { background-color: #85445B; }

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

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

border-color css

<style>
 span { border-color: #85445B; }

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

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