Html Css Color HEX #844473 Cosmic

📋 copy color: '#844473'

red 132 ◦ green 68 ◦ blue 115

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

Shades of Cosmic #844473

Tints of Cosmic #844473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.59%

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

R = 41.9%
G = 21.59%
B = 36.51%

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

#844473 (or 0x844473) is known color: Cosmic. HEX triplet: 84, 44 and 73. RGB value is (132,68,115). Sum of RGB (Red+Green+Blue) = 132+68+115=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #844473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844473 is #7BBB8C. Grayscale: #5C5C5C. Windows color (decimal): -8108941 or 7554180. OLE color: 7554180.

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

Color convert

RGB 132 68 115 -
CMYK 0 0.48 0.13 0.48
HSL 315.94º 0.32% 0.39% -
HSV(B) 315.94º 0.48% 0.52% -
XYZ 14.68 10.28 17.43 -
YUV 92.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 132 68 115 0 0.48 0.13 0.48 315.94 0.32 0.39
Hex 84 44 73 0 30 D 30 13C 20 27
Octal 204 104 163 0 60 15 60 474 40 47
Binary 10000100 1000100 1110011 0 110000 1101 110000 100111100 100000 100111

Color Harmonies of #844473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844473

Black with #844473

Text Example


Text Example

White with #844473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844473; }

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

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

background-color css

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

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

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

border-color css

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

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

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