Html Css Color HEX #844264 Cosmic

📋 copy color: '#844264'

red 132 ◦ green 66 ◦ blue 100

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

Shades of Cosmic #844264

Tints of Cosmic #844264

RGB

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

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

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

R = 44.3%
G = 22.15%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#844264 (or 0x844264) is known color: Cosmic. HEX triplet: 84, 42 and 64. RGB value is (132,66,100). Sum of RGB (Red+Green+Blue) = 132+66+100=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #844264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844264 is #7BBD9B. Grayscale: #595959. Windows color (decimal): -8109468 or 6570628. OLE color: 6570628.

HSL color Cylindrical-coordinate representation of color #844264: hue angle of 329.09º 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 #844264 is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 66 100 -
CMYK 0 0.5 0.24 0.48
HSL 329.09º 0.33% 0.39% -
HSV(B) 329.09º 0.5% 0.52% -
XYZ 13.76 9.72 13.21 -
YUV 89.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 132 66 100 0 0.5 0.24 0.48 329.09 0.33 0.39
Hex 84 42 64 0 32 18 30 149 21 27
Octal 204 102 144 0 62 30 60 511 41 47
Binary 10000100 1000010 1100100 0 110010 11000 110000 101001001 100001 100111

Color Harmonies of #844264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844264

Black with #844264

Text Example


Text Example

White with #844264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844264; }

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

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

background-color css

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

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

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

border-color css

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

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

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