Html Css Color HEX #844573 Cosmic

📋 copy color: '#844573'

red 132 ◦ green 69 ◦ blue 115

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

Shades of Cosmic #844573

Tints of Cosmic #844573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.39%

R = 41.77%
G = 21.84%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#844573 (or 0x844573) is known color: Cosmic. HEX triplet: 84, 45 and 73. RGB value is (132,69,115). Sum of RGB (Red+Green+Blue) = 132+69+115=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #844573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844573 is #7BBA8C. Grayscale: #5C5C5C. Windows color (decimal): -8108685 or 7554436. OLE color: 7554436.

HSL color Cylindrical-coordinate representation of color #844573: hue angle of 316.19º 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 #844573 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 69 115 -
CMYK 0 0.48 0.13 0.48
HSL 316.19º 0.31% 0.39% -
HSV(B) 316.19º 0.48% 0.52% -
XYZ 14.74 10.4 17.45 -
YUV 93.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 132 69 115 0 0.48 0.13 0.48 316.19 0.31 0.39
Hex 84 45 73 0 30 D 30 13C 1F 27
Octal 204 105 163 0 60 15 60 474 37 47
Binary 10000100 1000101 1110011 0 110000 1101 110000 100111100 11111 100111

Color Harmonies of #844573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844573

Black with #844573

Text Example


Text Example

White with #844573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844573; }

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

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

background-color css

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

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

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

border-color css

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

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

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