Html Css Color HEX #844565 Cosmic

📋 copy color: '#844565'

red 132 ◦ green 69 ◦ blue 101

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

Shades of Cosmic #844565

Tints of Cosmic #844565

RGB

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

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

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

R = 43.71%
G = 22.85%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#844565 (or 0x844565) is known color: Cosmic. HEX triplet: 84, 45 and 65. RGB value is (132,69,101). Sum of RGB (Red+Green+Blue) = 132+69+101=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #844565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844565 is #7BBA9A. Grayscale: #5B5B5B. Windows color (decimal): -8108699 or 6636932. OLE color: 6636932.

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

Color convert

RGB 132 69 101 -
CMYK 0 0.48 0.23 0.48
HSL 329.52º 0.31% 0.39% -
HSV(B) 329.52º 0.48% 0.52% -
XYZ 13.99 10.1 13.52 -
YUV 91.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 132 69 101 0 0.48 0.23 0.48 329.52 0.31 0.39
Hex 84 45 65 0 30 17 30 14A 1F 27
Octal 204 105 145 0 60 27 60 512 37 47
Binary 10000100 1000101 1100101 0 110000 10111 110000 101001010 11111 100111

Color Harmonies of #844565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844565

Black with #844565

Text Example


Text Example

White with #844565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844565; }

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

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

background-color css

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

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

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

border-color css

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

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

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