Html Css Color HEX #844261 Cosmic

📋 copy color: '#844261'

red 132 ◦ green 66 ◦ blue 97

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

Shades of Cosmic #844261

Tints of Cosmic #844261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.37%

 BLUE value IS 97 (38.28% from 255) = 32.88%

R = 44.75%
G = 22.37%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#844261 (or 0x844261) is known color: Cosmic. HEX triplet: 84, 42 and 61. RGB value is (132,66,97). Sum of RGB (Red+Green+Blue) = 132+66+97=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #844261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844261 is #7BBD9E. Grayscale: #595959. Windows color (decimal): -8109471 or 6374020. OLE color: 6374020.

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

Color convert

RGB 132 66 97 -
CMYK 0 0.5 0.27 0.48
HSL 331.82º 0.33% 0.39% -
HSV(B) 331.82º 0.5% 0.52% -
XYZ 13.62 9.67 12.46 -
YUV 89.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 132 66 97 0 0.5 0.27 0.48 331.82 0.33 0.39
Hex 84 42 61 0 32 1B 30 14C 21 27
Octal 204 102 141 0 62 33 60 514 41 47
Binary 10000100 1000010 1100001 0 110010 11011 110000 101001100 100001 100111

Color Harmonies of #844261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844261

Black with #844261

Text Example


Text Example

White with #844261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844261; }

 p { color: rgb(132,66,97); }

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

background-color css

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

 a { background-color: rgb(132,66,97); }

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

border-color css

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

 span { border-color: rgb(132,66,97); }

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