Html Css Color HEX #814263 Cosmic

📋 copy color: '#814263'

red 129 ◦ green 66 ◦ blue 99

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

Shades of Cosmic #814263

Tints of Cosmic #814263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.67%

R = 43.88%
G = 22.45%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#814263 (or 0x814263) is known color: Cosmic. HEX triplet: 81, 42 and 63. RGB value is (129,66,99). Sum of RGB (Red+Green+Blue) = 129+66+99=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #814263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814263 is #7EBD9C. Grayscale: #585858. Windows color (decimal): -8306077 or 6505089. OLE color: 6505089.

HSL color Cylindrical-coordinate representation of color #814263: hue angle of 328.57º 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 #814263 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 66 99 -
CMYK 0 0.49 0.23 0.49
HSL 328.57º 0.32% 0.38% -
HSV(B) 328.57º 0.49% 0.51% -
XYZ 13.25 9.46 12.93 -
YUV 88.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 129 66 99 0 0.49 0.23 0.49 328.57 0.32 0.38
Hex 81 42 63 0 31 17 31 149 20 26
Octal 201 102 143 0 61 27 61 511 40 46
Binary 10000001 1000010 1100011 0 110001 10111 110001 101001001 100000 100110

Color Harmonies of #814263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814263

Black with #814263

Text Example


Text Example

White with #814263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814263; }

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

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

background-color css

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

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

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

border-color css

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

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

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