Html Css Color HEX #884571 Cosmic

📋 copy color: '#884571'

red 136 ◦ green 69 ◦ blue 113

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

Shades of Cosmic #884571

Tints of Cosmic #884571

RGB

 RED value IS 136 (53.52% from 255) = 42.77%

 GREEN value IS 69 (27.34% from 255) = 21.7%

 BLUE value IS 113 (44.53% from 255) = 35.53%

R = 42.77%
G = 21.7%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#884571 (or 0x884571) is known color: Cosmic. HEX triplet: 88, 45 and 71. RGB value is (136,69,113). Sum of RGB (Red+Green+Blue) = 136+69+113=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #884571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884571 is #77BA8E. Grayscale: #5D5D5D. Windows color (decimal): -7846543 or 7423368. OLE color: 7423368.

HSL color Cylindrical-coordinate representation of color #884571: hue angle of 320.6º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884571 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 69 113 -
CMYK 0 0.49 0.17 0.47
HSL 320.6º 0.33% 0.4% -
HSV(B) 320.6º 0.49% 0.53% -
XYZ 15.26 10.68 16.88 -
YUV 94.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 136 69 113 0 0.49 0.17 0.47 320.6 0.33 0.4
Hex 88 45 71 0 31 11 2F 141 21 28
Octal 210 105 161 0 61 21 57 501 41 50
Binary 10001000 1000101 1110001 0 110001 10001 101111 101000001 100001 101000

Color Harmonies of #884571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884571

Black with #884571

Text Example


Text Example

White with #884571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884571; }

 p { color: rgb(136,69,113); }

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

background-color css

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

 a { background-color: rgb(136,69,113); }

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

border-color css

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

 span { border-color: rgb(136,69,113); }

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