Html Css Color HEX #844572 Cosmic

📋 copy color: '#844572'

red 132 ◦ green 69 ◦ blue 114

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

Shades of Cosmic #844572

Tints of Cosmic #844572

RGB

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

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

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

R = 41.9%
G = 21.9%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#844572 (or 0x844572) is known color: Cosmic. HEX triplet: 84, 45 and 72. RGB value is (132,69,114). Sum of RGB (Red+Green+Blue) = 132+69+114=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #844572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844572 is #7BBA8D. Grayscale: #5C5C5C. Windows color (decimal): -8108686 or 7488900. OLE color: 7488900.

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

Color convert

RGB 132 69 114 -
CMYK 0 0.48 0.14 0.48
HSL 317.14º 0.31% 0.39% -
HSV(B) 317.14º 0.48% 0.52% -
XYZ 14.68 10.38 17.15 -
YUV 92.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 132 69 114 0 0.48 0.14 0.48 317.14 0.31 0.39
Hex 84 45 72 0 30 E 30 13D 1F 27
Octal 204 105 162 0 60 16 60 475 37 47
Binary 10000100 1000101 1110010 0 110000 1110 110000 100111101 11111 100111

Color Harmonies of #844572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844572

Black with #844572

Text Example


Text Example

White with #844572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844572; }

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

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

background-color css

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

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

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

border-color css

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

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

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