Html Css Color HEX #814262 Cosmic

📋 copy color: '#814262'

red 129 ◦ green 66 ◦ blue 98

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

Shades of Cosmic #814262

Tints of Cosmic #814262

RGB

 RED value IS 129 (50.78% from 255) = 44.03%

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

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

R = 44.03%
G = 22.53%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#814262 (or 0x814262) is known color: Cosmic. HEX triplet: 81, 42 and 62. RGB value is (129,66,98). Sum of RGB (Red+Green+Blue) = 129+66+98=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #814262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814262 is #7EBD9D. Grayscale: #585858. Windows color (decimal): -8306078 or 6439553. OLE color: 6439553.

HSL color Cylindrical-coordinate representation of color #814262: hue angle of 329.52º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #814262 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 66 98 -
CMYK 0 0.49 0.24 0.49
HSL 329.52º 0.32% 0.38% -
HSV(B) 329.52º 0.49% 0.51% -
XYZ 13.21 9.45 12.68 -
YUV 88.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 129 66 98 0 0.49 0.24 0.49 329.52 0.32 0.38
Hex 81 42 62 0 31 18 31 14A 20 26
Octal 201 102 142 0 61 30 61 512 40 46
Binary 10000001 1000010 1100010 0 110001 11000 110001 101001010 100000 100110

Color Harmonies of #814262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814262

Black with #814262

Text Example


Text Example

White with #814262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814262; }

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

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

background-color css

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

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

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

border-color css

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

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

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