Html Css Color HEX #884461 Cosmic

📋 copy color: '#884461'

red 136 ◦ green 68 ◦ blue 97

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

Shades of Cosmic #884461

Tints of Cosmic #884461

RGB

 RED value IS 136 (53.52% from 255) = 45.18%

 GREEN value IS 68 (26.95% from 255) = 22.59%

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

R = 45.18%
G = 22.59%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#884461 (or 0x884461) is known color: Cosmic. HEX triplet: 88, 44 and 61. RGB value is (136,68,97). Sum of RGB (Red+Green+Blue) = 136+68+97=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #884461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884461 is #77BB9E. Grayscale: #5B5B5B. Windows color (decimal): -7846815 or 6374536. OLE color: 6374536.

HSL color Cylindrical-coordinate representation of color #884461: hue angle of 334.41º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884461 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 68 97 -
CMYK 0 0.50 0.29 0.47
HSL 334.41º 0.33% 0.4% -
HSV(B) 334.41º 0.5% 0.53% -
XYZ 14.38 10.23 12.53 -
YUV 91.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 136 68 97 0 0.50 0.29 0.47 334.41 0.33 0.4
Hex 88 44 61 0 32 1D 2F 14E 21 28
Octal 210 104 141 0 62 35 57 516 41 50
Binary 10001000 1000100 1100001 0 110010 11101 101111 101001110 100001 101000

Color Harmonies of #884461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884461

Black with #884461

Text Example


Text Example

White with #884461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884461; }

 p { color: rgb(136,68,97); }

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

background-color css

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

 a { background-color: rgb(136,68,97); }

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

border-color css

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

 span { border-color: rgb(136,68,97); }

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