Html Css Color HEX #844165 Cosmic

📋 copy color: '#844165'

red 132 ◦ green 65 ◦ blue 101

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

Shades of Cosmic #844165

Tints of Cosmic #844165

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.81%

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

R = 44.3%
G = 21.81%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#844165 (or 0x844165) is known color: Cosmic. HEX triplet: 84, 41 and 65. RGB value is (132,65,101). Sum of RGB (Red+Green+Blue) = 132+65+101=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #844165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844165 is #7BBE9A. Grayscale: #595959. Windows color (decimal): -8109723 or 6635908. OLE color: 6635908.

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

Color convert

RGB 132 65 101 -
CMYK 0 0.51 0.23 0.48
HSL 327.76º 0.34% 0.39% -
HSV(B) 327.76º 0.51% 0.52% -
XYZ 13.75 9.63 13.44 -
YUV 89.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 132 65 101 0 0.51 0.23 0.48 327.76 0.34 0.39
Hex 84 41 65 0 33 17 30 148 22 27
Octal 204 101 145 0 63 27 60 510 42 47
Binary 10000100 1000001 1100101 0 110011 10111 110000 101001000 100010 100111

Color Harmonies of #844165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844165

Black with #844165

Text Example


Text Example

White with #844165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844165; }

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

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

background-color css

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

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

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

border-color css

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

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

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