Html Css Color HEX #844360 Cosmic

📋 copy color: '#844360'

red 132 ◦ green 67 ◦ blue 96

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

Shades of Cosmic #844360

Tints of Cosmic #844360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.71%

 BLUE value IS 96 (37.89% from 255) = 32.54%

R = 44.75%
G = 22.71%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#844360 (or 0x844360) is known color: Cosmic. HEX triplet: 84, 43 and 60. RGB value is (132,67,96). Sum of RGB (Red+Green+Blue) = 132+67+96=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #844360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844360 is #7BBC9F. Grayscale: #595959. Windows color (decimal): -8109216 or 6308740. OLE color: 6308740.

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

Color convert

RGB 132 67 96 -
CMYK 0 0.49 0.27 0.48
HSL 333.23º 0.33% 0.39% -
HSV(B) 333.23º 0.49% 0.52% -
XYZ 13.63 9.76 12.23 -
YUV 89.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 132 67 96 0 0.49 0.27 0.48 333.23 0.33 0.39
Hex 84 43 60 0 31 1B 30 14D 21 27
Octal 204 103 140 0 61 33 60 515 41 47
Binary 10000100 1000011 1100000 0 110001 11011 110000 101001101 100001 100111

Color Harmonies of #844360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844360

Black with #844360

Text Example


Text Example

White with #844360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844360; }

 p { color: rgb(132,67,96); }

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

background-color css

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

 a { background-color: rgb(132,67,96); }

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

border-color css

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

 span { border-color: rgb(132,67,96); }

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