Html Css Color HEX #81476E Cosmic

📋 copy color: '#81476E'

red 129 ◦ green 71 ◦ blue 110

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

Shades of Cosmic #81476E

Tints of Cosmic #81476E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.9%

 BLUE value IS 110 (43.36% from 255) = 35.48%

R = 41.61%
G = 22.9%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#81476E (or 0x81476E) is known color: Cosmic. HEX triplet: 81, 47 and 6E. RGB value is (129,71,110). Sum of RGB (Red+Green+Blue) = 129+71+110=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #81476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81476E is #7EB891. Grayscale: #5C5C5C. Windows color (decimal): -8304786 or 7227265. OLE color: 7227265.

HSL color Cylindrical-coordinate representation of color #81476E: hue angle of 319.66º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81476E is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 71 110 -
CMYK 0 0.45 0.15 0.49
HSL 319.66º 0.29% 0.39% -
HSV(B) 319.66º 0.45% 0.51% -
XYZ 14.12 10.3 16 -
YUV 92.79 137.72 153.83 -
System Red Green Blue C M Y K H S L
Decimal 129 71 110 0 0.45 0.15 0.49 319.66 0.29 0.39
Hex 81 47 6E 0 2D F 31 140 1D 27
Octal 201 107 156 0 55 17 61 500 35 47
Binary 10000001 1000111 1101110 0 101101 1111 110001 101000000 11101 100111

Color Harmonies of #81476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81476E

Black with #81476E

Text Example


Text Example

White with #81476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81476E; }

 p { color: rgb(129,71,110); }

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

background-color css

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

 a { background-color: rgb(129,71,110); }

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

border-color css

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

 span { border-color: rgb(129,71,110); }

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