Html Css Color HEX #814F71 Cosmic

📋 copy color: '#814F71'

red 129 ◦ green 79 ◦ blue 113

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

Shades of Cosmic #814F71

Tints of Cosmic #814F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.61%

 BLUE value IS 113 (44.53% from 255) = 35.2%

R = 40.19%
G = 24.61%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#814F71 (or 0x814F71) is known color: Cosmic. HEX triplet: 81, 4F and 71. RGB value is (129,79,113). Sum of RGB (Red+Green+Blue) = 129+79+113=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #814F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814F71 is #7EB08E. Grayscale: #616161. Windows color (decimal): -8302735 or 7425921. OLE color: 7425921.

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

Color convert

RGB 129 79 113 -
CMYK 0 0.39 0.12 0.49
HSL 319.2º 0.24% 0.41% -
HSV(B) 319.2º 0.39% 0.51% -
XYZ 14.83 11.45 17.05 -
YUV 97.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 129 79 113 0 0.39 0.12 0.49 319.2 0.24 0.41
Hex 81 4F 71 0 27 C 31 13F 18 29
Octal 201 117 161 0 47 14 61 477 30 51
Binary 10000001 1001111 1110001 0 100111 1100 110001 100111111 11000 101001

Color Harmonies of #814F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814F71

Black with #814F71

Text Example


Text Example

White with #814F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814F71; }

 p { color: rgb(129,79,113); }

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

background-color css

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

 a { background-color: rgb(129,79,113); }

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

border-color css

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

 span { border-color: rgb(129,79,113); }

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