Html Css Color HEX #844862 Cosmic

📋 copy color: '#844862'

red 132 ◦ green 72 ◦ blue 98

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

Shades of Cosmic #844862

Tints of Cosmic #844862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.45%

R = 43.71%
G = 23.84%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#844862 (or 0x844862) is known color: Cosmic. HEX triplet: 84, 48 and 62. RGB value is (132,72,98). Sum of RGB (Red+Green+Blue) = 132+72+98=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #844862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844862 is #7BB79D. Grayscale: #5C5C5C. Windows color (decimal): -8107934 or 6441092. OLE color: 6441092.

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

Color convert

RGB 132 72 98 -
CMYK 0 0.45 0.26 0.48
HSL 334º 0.29% 0.4% -
HSV(B) 334º 0.45% 0.52% -
XYZ 14.04 10.42 12.83 -
YUV 92.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 132 72 98 0 0.45 0.26 0.48 334 0.29 0.4
Hex 84 48 62 0 2D 1A 30 14E 1D 28
Octal 204 110 142 0 55 32 60 516 35 50
Binary 10000100 1001000 1100010 0 101101 11010 110000 101001110 11101 101000

Color Harmonies of #844862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844862

Black with #844862

Text Example


Text Example

White with #844862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844862; }

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

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

background-color css

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

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

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

border-color css

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

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

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