Html Css Color HEX #844262 Cosmic

📋 copy color: '#844262'

red 132 ◦ green 66 ◦ blue 98

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

Shades of Cosmic #844262

Tints of Cosmic #844262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.11%

R = 44.59%
G = 22.3%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#844262 (or 0x844262) is known color: Cosmic. HEX triplet: 84, 42 and 62. RGB value is (132,66,98). Sum of RGB (Red+Green+Blue) = 132+66+98=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #844262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844262 is #7BBD9D. Grayscale: #595959. Windows color (decimal): -8109470 or 6439556. OLE color: 6439556.

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

Color convert

RGB 132 66 98 -
CMYK 0 0.5 0.26 0.48
HSL 330.91º 0.33% 0.39% -
HSV(B) 330.91º 0.5% 0.52% -
XYZ 13.67 9.68 12.7 -
YUV 89.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 132 66 98 0 0.5 0.26 0.48 330.91 0.33 0.39
Hex 84 42 62 0 32 1A 30 14B 21 27
Octal 204 102 142 0 62 32 60 513 41 47
Binary 10000100 1000010 1100010 0 110010 11010 110000 101001011 100001 100111

Color Harmonies of #844262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844262

Black with #844262

Text Example


Text Example

White with #844262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844262; }

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

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

background-color css

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

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

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

border-color css

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

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

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