Html Css Color HEX #884572 Cosmic

📋 copy color: '#884572'

red 136 ◦ green 69 ◦ blue 114

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

Shades of Cosmic #884572

Tints of Cosmic #884572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 42.63%
G = 21.63%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#884572 (or 0x884572) is known color: Cosmic. HEX triplet: 88, 45 and 72. RGB value is (136,69,114). Sum of RGB (Red+Green+Blue) = 136+69+114=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #884572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884572 is #77BA8D. Grayscale: #5E5E5E. Windows color (decimal): -7846542 or 7488904. OLE color: 7488904.

HSL color Cylindrical-coordinate representation of color #884572: hue angle of 319.7º 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 #884572 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 69 114 -
CMYK 0 0.49 0.16 0.47
HSL 319.7º 0.33% 0.4% -
HSV(B) 319.7º 0.49% 0.53% -
XYZ 15.32 10.71 17.18 -
YUV 94.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 136 69 114 0 0.49 0.16 0.47 319.7 0.33 0.4
Hex 88 45 72 0 31 10 2F 140 21 28
Octal 210 105 162 0 61 20 57 500 41 50
Binary 10001000 1000101 1110010 0 110001 10000 101111 101000000 100001 101000

Color Harmonies of #884572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884572

Black with #884572

Text Example


Text Example

White with #884572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884572; }

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

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

background-color css

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

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

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

border-color css

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

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

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