Html Css Color HEX #844963 Cosmic

📋 copy color: '#844963'

red 132 ◦ green 73 ◦ blue 99

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

Shades of Cosmic #844963

Tints of Cosmic #844963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.01%

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

R = 43.42%
G = 24.01%
B = 32.57%

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

#844963 (or 0x844963) is known color: Cosmic. HEX triplet: 84, 49 and 63. RGB value is (132,73,99). Sum of RGB (Red+Green+Blue) = 132+73+99=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #844963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844963 is #7BB69C. Grayscale: #5D5D5D. Windows color (decimal): -8107677 or 6506884. OLE color: 6506884.

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

Color convert

RGB 132 73 99 -
CMYK 0 0.45 0.25 0.48
HSL 333.56º 0.29% 0.4% -
HSV(B) 333.56º 0.45% 0.52% -
XYZ 14.15 10.57 13.1 -
YUV 93.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 132 73 99 0 0.45 0.25 0.48 333.56 0.29 0.4
Hex 84 49 63 0 2D 19 30 14E 1D 28
Octal 204 111 143 0 55 31 60 516 35 50
Binary 10000100 1001001 1100011 0 101101 11001 110000 101001110 11101 101000

Color Harmonies of #844963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844963

Black with #844963

Text Example


Text Example

White with #844963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844963; }

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

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

background-color css

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

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

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

border-color css

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

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

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