Html Css Color HEX #845172 Cosmic

📋 copy color: '#845172'

red 132 ◦ green 81 ◦ blue 114

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

Shades of Cosmic #845172

Tints of Cosmic #845172

RGB

 RED value IS 132 (51.95% from 255) = 40.37%

 GREEN value IS 81 (32.03% from 255) = 24.77%

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

R = 40.37%
G = 24.77%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#845172 (or 0x845172) is known color: Cosmic. HEX triplet: 84, 51 and 72. RGB value is (132,81,114). Sum of RGB (Red+Green+Blue) = 132+81+114=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #845172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845172 is #7BAE8D. Grayscale: #636363. Windows color (decimal): -8105614 or 7491972. OLE color: 7491972.

HSL color Cylindrical-coordinate representation of color #845172: hue angle of 321.18º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #845172 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 81 114 -
CMYK 0 0.39 0.14 0.48
HSL 321.18º 0.24% 0.42% -
HSV(B) 321.18º 0.39% 0.52% -
XYZ 15.5 12.01 17.42 -
YUV 100.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 132 81 114 0 0.39 0.14 0.48 321.18 0.24 0.42
Hex 84 51 72 0 27 E 30 141 18 2A
Octal 204 121 162 0 47 16 60 501 30 52
Binary 10000100 1010001 1110010 0 100111 1110 110000 101000001 11000 101010

Color Harmonies of #845172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845172

Black with #845172

Text Example


Text Example

White with #845172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845172; }

 p { color: rgb(132,81,114); }

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

background-color css

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

 a { background-color: rgb(132,81,114); }

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

border-color css

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

 span { border-color: rgb(132,81,114); }

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