Html Css Color HEX #844363 Cosmic

📋 copy color: '#844363'

red 132 ◦ green 67 ◦ blue 99

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

Shades of Cosmic #844363

Tints of Cosmic #844363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.48%

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

R = 44.3%
G = 22.48%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#844363 (or 0x844363) is known color: Cosmic. HEX triplet: 84, 43 and 63. RGB value is (132,67,99). Sum of RGB (Red+Green+Blue) = 132+67+99=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #844363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844363 is #7BBC9C. Grayscale: #5A5A5A. Windows color (decimal): -8109213 or 6505348. OLE color: 6505348.

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

Color convert

RGB 132 67 99 -
CMYK 0 0.49 0.25 0.48
HSL 330.46º 0.33% 0.39% -
HSV(B) 330.46º 0.49% 0.52% -
XYZ 13.78 9.82 12.97 -
YUV 90.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 132 67 99 0 0.49 0.25 0.48 330.46 0.33 0.39
Hex 84 43 63 0 31 19 30 14A 21 27
Octal 204 103 143 0 61 31 60 512 41 47
Binary 10000100 1000011 1100011 0 110001 11001 110000 101001010 100001 100111

Color Harmonies of #844363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844363

Black with #844363

Text Example


Text Example

White with #844363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844363; }

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

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

background-color css

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

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

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

border-color css

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

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

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