Html Css Color HEX #814561 Cosmic

📋 copy color: '#814561'

red 129 ◦ green 69 ◦ blue 97

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

Shades of Cosmic #814561

Tints of Cosmic #814561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.39%

 BLUE value IS 97 (38.28% from 255) = 32.88%

R = 43.73%
G = 23.39%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#814561 (or 0x814561) is known color: Cosmic. HEX triplet: 81, 45 and 61. RGB value is (129,69,97). Sum of RGB (Red+Green+Blue) = 129+69+97=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #814561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814561 is #7EBA9E. Grayscale: #5A5A5A. Windows color (decimal): -8305311 or 6374785. OLE color: 6374785.

HSL color Cylindrical-coordinate representation of color #814561: hue angle of 332º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #814561 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 69 97 -
CMYK 0 0.47 0.25 0.49
HSL 332º 0.3% 0.39% -
HSV(B) 332º 0.47% 0.51% -
XYZ 13.34 9.79 12.5 -
YUV 90.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 129 69 97 0 0.47 0.25 0.49 332 0.3 0.39
Hex 81 45 61 0 2F 19 31 14C 1E 27
Octal 201 105 141 0 57 31 61 514 36 47
Binary 10000001 1000101 1100001 0 101111 11001 110001 101001100 11110 100111

Color Harmonies of #814561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814561

Black with #814561

Text Example


Text Example

White with #814561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814561; }

 p { color: rgb(129,69,97); }

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

background-color css

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

 a { background-color: rgb(129,69,97); }

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

border-color css

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

 span { border-color: rgb(129,69,97); }

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