Html Css Color HEX #844568 Cosmic

📋 copy color: '#844568'

red 132 ◦ green 69 ◦ blue 104

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

Shades of Cosmic #844568

Tints of Cosmic #844568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 43.28%
G = 22.62%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#844568 (or 0x844568) is known color: Cosmic. HEX triplet: 84, 45 and 68. RGB value is (132,69,104). Sum of RGB (Red+Green+Blue) = 132+69+104=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #844568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844568 is #7BBA97. Grayscale: #5B5B5B. Windows color (decimal): -8108696 or 6833540. OLE color: 6833540.

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

Color convert

RGB 132 69 104 -
CMYK 0 0.48 0.21 0.48
HSL 326.67º 0.31% 0.39% -
HSV(B) 326.67º 0.48% 0.52% -
XYZ 14.14 10.16 14.31 -
YUV 91.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 132 69 104 0 0.48 0.21 0.48 326.67 0.31 0.39
Hex 84 45 68 0 30 15 30 147 1F 27
Octal 204 105 150 0 60 25 60 507 37 47
Binary 10000100 1000101 1101000 0 110000 10101 110000 101000111 11111 100111

Color Harmonies of #844568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844568

Black with #844568

Text Example


Text Example

White with #844568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844568; }

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

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

background-color css

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

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

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

border-color css

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

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

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