Html Css Color HEX #844865 Cosmic

📋 copy color: '#844865'

red 132 ◦ green 72 ◦ blue 101

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

Shades of Cosmic #844865

Tints of Cosmic #844865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.11%

R = 43.28%
G = 23.61%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#844865 (or 0x844865) is known color: Cosmic. HEX triplet: 84, 48 and 65. RGB value is (132,72,101). Sum of RGB (Red+Green+Blue) = 132+72+101=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #844865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844865 is #7BB79A. Grayscale: #5D5D5D. Windows color (decimal): -8107931 or 6637700. OLE color: 6637700.

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

Color convert

RGB 132 72 101 -
CMYK 0 0.45 0.23 0.48
HSL 331º 0.29% 0.4% -
HSV(B) 331º 0.45% 0.52% -
XYZ 14.18 10.48 13.59 -
YUV 93.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 132 72 101 0 0.45 0.23 0.48 331 0.29 0.4
Hex 84 48 65 0 2D 17 30 14B 1D 28
Octal 204 110 145 0 55 27 60 513 35 50
Binary 10000100 1001000 1100101 0 101101 10111 110000 101001011 11101 101000

Color Harmonies of #844865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844865

Black with #844865

Text Example


Text Example

White with #844865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844865; }

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

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

background-color css

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

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

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

border-color css

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

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

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