Html Css Color HEX #814062 Cosmic

📋 copy color: '#814062'

red 129 ◦ green 64 ◦ blue 98

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

Shades of Cosmic #814062

Tints of Cosmic #814062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

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

R = 44.33%
G = 21.99%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#814062 (or 0x814062) is known color: Cosmic. HEX triplet: 81, 40 and 62. RGB value is (129,64,98). Sum of RGB (Red+Green+Blue) = 129+64+98=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #814062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814062 is #7EBF9D. Grayscale: #575757. Windows color (decimal): -8306590 or 6439041. OLE color: 6439041.

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

Color convert

RGB 129 64 98 -
CMYK 0 0.50 0.24 0.49
HSL 328.62º 0.34% 0.38% -
HSV(B) 328.62º 0.5% 0.51% -
XYZ 13.09 9.22 12.64 -
YUV 87.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 129 64 98 0 0.50 0.24 0.49 328.62 0.34 0.38
Hex 81 40 62 0 32 18 31 149 22 26
Octal 201 100 142 0 62 30 61 511 42 46
Binary 10000001 1000000 1100010 0 110010 11000 110001 101001001 100010 100110

Color Harmonies of #814062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814062

Black with #814062

Text Example


Text Example

White with #814062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814062; }

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

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

background-color css

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

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

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

border-color css

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

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

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