Html Css Color HEX #844564 Cosmic

📋 copy color: '#844564'

red 132 ◦ green 69 ◦ blue 100

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

Shades of Cosmic #844564

Tints of Cosmic #844564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.92%

 BLUE value IS 100 (39.45% from 255) = 33.22%

R = 43.85%
G = 22.92%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#844564 (or 0x844564) is known color: Cosmic. HEX triplet: 84, 45 and 64. RGB value is (132,69,100). Sum of RGB (Red+Green+Blue) = 132+69+100=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #844564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844564 is #7BBA9B. Grayscale: #5B5B5B. Windows color (decimal): -8108700 or 6571396. OLE color: 6571396.

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

Color convert

RGB 132 69 100 -
CMYK 0 0.48 0.24 0.48
HSL 330.48º 0.31% 0.39% -
HSV(B) 330.48º 0.48% 0.52% -
XYZ 13.94 10.08 13.27 -
YUV 91.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 132 69 100 0 0.48 0.24 0.48 330.48 0.31 0.39
Hex 84 45 64 0 30 18 30 14A 1F 27
Octal 204 105 144 0 60 30 60 512 37 47
Binary 10000100 1000101 1100100 0 110000 11000 110000 101001010 11111 100111

Color Harmonies of #844564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844564

Black with #844564

Text Example


Text Example

White with #844564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844564; }

 p { color: rgb(132,69,100); }

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

background-color css

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

 a { background-color: rgb(132,69,100); }

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

border-color css

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

 span { border-color: rgb(132,69,100); }

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