Html Css Color HEX #814962 Cosmic

📋 copy color: '#814962'

red 129 ◦ green 73 ◦ blue 98

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

Shades of Cosmic #814962

Tints of Cosmic #814962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.33%

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

R = 43%
G = 24.33%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#814962 (or 0x814962) is known color: Cosmic. HEX triplet: 81, 49 and 62. RGB value is (129,73,98). Sum of RGB (Red+Green+Blue) = 129+73+98=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #814962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814962 is #7EB69D. Grayscale: #5C5C5C. Windows color (decimal): -8304286 or 6441345. OLE color: 6441345.

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

Color convert

RGB 129 73 98 -
CMYK 0 0.43 0.24 0.49
HSL 333.21º 0.28% 0.4% -
HSV(B) 333.21º 0.43% 0.51% -
XYZ 13.64 10.31 12.83 -
YUV 92.59 131.05 153.97 -
System Red Green Blue C M Y K H S L
Decimal 129 73 98 0 0.43 0.24 0.49 333.21 0.28 0.4
Hex 81 49 62 0 2B 18 31 14D 1C 28
Octal 201 111 142 0 53 30 61 515 34 50
Binary 10000001 1001001 1100010 0 101011 11000 110001 101001101 11100 101000

Color Harmonies of #814962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814962

Black with #814962

Text Example


Text Example

White with #814962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814962; }

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

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

background-color css

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

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

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

border-color css

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

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

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