Html Css Color HEX #844163 Cosmic

📋 copy color: '#844163'

red 132 ◦ green 65 ◦ blue 99

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

Shades of Cosmic #844163

Tints of Cosmic #844163

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.96%

 BLUE value IS 99 (39.06% from 255) = 33.45%

R = 44.59%
G = 21.96%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#844163 (or 0x844163) is known color: Cosmic. HEX triplet: 84, 41 and 63. RGB value is (132,65,99). Sum of RGB (Red+Green+Blue) = 132+65+99=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #844163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844163 is #7BBE9C. Grayscale: #585858. Windows color (decimal): -8109725 or 6504836. OLE color: 6504836.

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

Color convert

RGB 132 65 99 -
CMYK 0 0.51 0.25 0.48
HSL 329.55º 0.34% 0.39% -
HSV(B) 329.55º 0.51% 0.52% -
XYZ 13.66 9.59 12.93 -
YUV 88.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 132 65 99 0 0.51 0.25 0.48 329.55 0.34 0.39
Hex 84 41 63 0 33 19 30 14A 22 27
Octal 204 101 143 0 63 31 60 512 42 47
Binary 10000100 1000001 1100011 0 110011 11001 110000 101001010 100010 100111

Color Harmonies of #844163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844163

Black with #844163

Text Example


Text Example

White with #844163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844163; }

 p { color: rgb(132,65,99); }

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

background-color css

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

 a { background-color: rgb(132,65,99); }

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

border-color css

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

 span { border-color: rgb(132,65,99); }

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