Html Css Color HEX #884172 Cosmic

📋 copy color: '#884172'

red 136 ◦ green 65 ◦ blue 114

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

Shades of Cosmic #884172

Tints of Cosmic #884172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.63%

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

R = 43.17%
G = 20.63%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#884172 (or 0x884172) is known color: Cosmic. HEX triplet: 88, 41 and 72. RGB value is (136,65,114). Sum of RGB (Red+Green+Blue) = 136+65+114=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #884172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884172 is #77BE8D. Grayscale: #5B5B5B. Windows color (decimal): -7847566 or 7487880. OLE color: 7487880.

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

Color convert

RGB 136 65 114 -
CMYK 0 0.52 0.16 0.47
HSL 318.59º 0.35% 0.39% -
HSV(B) 318.59º 0.52% 0.53% -
XYZ 15.08 10.23 17.1 -
YUV 91.82 140.52 159.52 -
System Red Green Blue C M Y K H S L
Decimal 136 65 114 0 0.52 0.16 0.47 318.59 0.35 0.39
Hex 88 41 72 0 34 10 2F 13F 23 27
Octal 210 101 162 0 64 20 57 477 43 47
Binary 10001000 1000001 1110010 0 110100 10000 101111 100111111 100011 100111

Color Harmonies of #884172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884172

Black with #884172

Text Example


Text Example

White with #884172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884172; }

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

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

background-color css

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

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

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

border-color css

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

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

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