Html Css Color HEX #84446E Cosmic

📋 copy color: '#84446E'

red 132 ◦ green 68 ◦ blue 110

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

Shades of Cosmic #84446E

Tints of Cosmic #84446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.48%

R = 42.58%
G = 21.94%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84446E (or 0x84446E) is known color: Cosmic. HEX triplet: 84, 44 and 6E. RGB value is (132,68,110). Sum of RGB (Red+Green+Blue) = 132+68+110=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #84446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84446E is #7BBB91. Grayscale: #5B5B5B. Windows color (decimal): -8108946 or 7226500. OLE color: 7226500.

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

Color convert

RGB 132 68 110 -
CMYK 0 0.48 0.17 0.48
HSL 320.63º 0.32% 0.39% -
HSV(B) 320.63º 0.48% 0.52% -
XYZ 14.4 10.17 15.96 -
YUV 91.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 132 68 110 0 0.48 0.17 0.48 320.63 0.32 0.39
Hex 84 44 6E 0 30 11 30 141 20 27
Octal 204 104 156 0 60 21 60 501 40 47
Binary 10000100 1000100 1101110 0 110000 10001 110000 101000001 100000 100111

Color Harmonies of #84446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84446E

Black with #84446E

Text Example


Text Example

White with #84446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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