Html Css Color HEX #884364 Cosmic

📋 copy color: '#884364'

red 136 ◦ green 67 ◦ blue 100

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

Shades of Cosmic #884364

Tints of Cosmic #884364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33%

R = 44.88%
G = 22.11%
B = 33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#884364 (or 0x884364) is known color: Cosmic. HEX triplet: 88, 43 and 64. RGB value is (136,67,100). Sum of RGB (Red+Green+Blue) = 136+67+100=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #884364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884364 is #77BC9B. Grayscale: #5B5B5B. Windows color (decimal): -7847068 or 6570888. OLE color: 6570888.

HSL color Cylindrical-coordinate representation of color #884364: hue angle of 331.3º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884364 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 67 100 -
CMYK 0 0.51 0.26 0.47
HSL 331.3º 0.34% 0.4% -
HSV(B) 331.3º 0.51% 0.53% -
XYZ 14.46 10.17 13.26 -
YUV 91.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 136 67 100 0 0.51 0.26 0.47 331.3 0.34 0.4
Hex 88 43 64 0 33 1A 2F 14B 22 28
Octal 210 103 144 0 63 32 57 513 42 50
Binary 10001000 1000011 1100100 0 110011 11010 101111 101001011 100010 101000

Color Harmonies of #884364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884364

Black with #884364

Text Example


Text Example

White with #884364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884364; }

 p { color: rgb(136,67,100); }

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

background-color css

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

 a { background-color: rgb(136,67,100); }

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

border-color css

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

 span { border-color: rgb(136,67,100); }

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