Html Css Color HEX #814259 Cosmic

📋 copy color: '#814259'

red 129 ◦ green 66 ◦ blue 89

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

Shades of Cosmic #814259

Tints of Cosmic #814259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.34%

R = 45.42%
G = 23.24%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#814259 (or 0x814259) is known color: Cosmic. HEX triplet: 81, 42 and 59. RGB value is (129,66,89). Sum of RGB (Red+Green+Blue) = 129+66+89=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #814259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814259 is #7EBDA6. Grayscale: #575757. Windows color (decimal): -8306087 or 5849729. OLE color: 5849729.

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

Color convert

RGB 129 66 89 -
CMYK 0 0.49 0.31 0.49
HSL 338.1º 0.32% 0.38% -
HSV(B) 338.1º 0.49% 0.51% -
XYZ 12.8 9.28 10.57 -
YUV 87.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 129 66 89 0 0.49 0.31 0.49 338.1 0.32 0.38
Hex 81 42 59 0 31 1F 31 152 20 26
Octal 201 102 131 0 61 37 61 522 40 46
Binary 10000001 1000010 1011001 0 110001 11111 110001 101010010 100000 100110

Color Harmonies of #814259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814259

Black with #814259

Text Example


Text Example

White with #814259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814259; }

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

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

background-color css

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

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

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

border-color css

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

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

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