Html Css Color HEX #844863 Cosmic

📋 copy color: '#844863'

red 132 ◦ green 72 ◦ blue 99

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

Shades of Cosmic #844863

Tints of Cosmic #844863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.76%

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

R = 43.56%
G = 23.76%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#844863 (or 0x844863) is known color: Cosmic. HEX triplet: 84, 48 and 63. RGB value is (132,72,99). Sum of RGB (Red+Green+Blue) = 132+72+99=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #844863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844863 is #7BB79C. Grayscale: #5C5C5C. Windows color (decimal): -8107933 or 6506628. OLE color: 6506628.

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

Color convert

RGB 132 72 99 -
CMYK 0 0.45 0.25 0.48
HSL 333º 0.29% 0.4% -
HSV(B) 333º 0.45% 0.52% -
XYZ 14.09 10.44 13.08 -
YUV 93.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 132 72 99 0 0.45 0.25 0.48 333 0.29 0.4
Hex 84 48 63 0 2D 19 30 14D 1D 28
Octal 204 110 143 0 55 31 60 515 35 50
Binary 10000100 1001000 1100011 0 101101 11001 110000 101001101 11101 101000

Color Harmonies of #844863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844863

Black with #844863

Text Example


Text Example

White with #844863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844863; }

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

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

background-color css

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

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

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

border-color css

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

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

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