Html Css Color HEX #814461 Cosmic

📋 copy color: '#814461'

red 129 ◦ green 68 ◦ blue 97

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

Shades of Cosmic #814461

Tints of Cosmic #814461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.13%

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

R = 43.88%
G = 23.13%
B = 32.99%

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

#814461 (or 0x814461) is known color: Cosmic. HEX triplet: 81, 44 and 61. RGB value is (129,68,97). Sum of RGB (Red+Green+Blue) = 129+68+97=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #814461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814461 is #7EBB9E. Grayscale: #595959. Windows color (decimal): -8305567 or 6374529. OLE color: 6374529.

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

Color convert

RGB 129 68 97 -
CMYK 0 0.47 0.25 0.49
HSL 331.48º 0.31% 0.39% -
HSV(B) 331.48º 0.47% 0.51% -
XYZ 13.28 9.66 12.47 -
YUV 89.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 129 68 97 0 0.47 0.25 0.49 331.48 0.31 0.39
Hex 81 44 61 0 2F 19 31 14B 1F 27
Octal 201 104 141 0 57 31 61 513 37 47
Binary 10000001 1000100 1100001 0 101111 11001 110001 101001011 11111 100111

Color Harmonies of #814461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814461

Black with #814461

Text Example


Text Example

White with #814461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814461; }

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

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

background-color css

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

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

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

border-color css

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

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

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