Html Css Color HEX #81476B Cosmic

📋 copy color: '#81476B'

red 129 ◦ green 71 ◦ blue 107

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

Shades of Cosmic #81476B

Tints of Cosmic #81476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 42.02%
G = 23.13%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#81476B (or 0x81476B) is known color: Cosmic. HEX triplet: 81, 47 and 6B. RGB value is (129,71,107). Sum of RGB (Red+Green+Blue) = 129+71+107=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #81476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81476B is #7EB894. Grayscale: #5C5C5C. Windows color (decimal): -8304789 or 7030657. OLE color: 7030657.

HSL color Cylindrical-coordinate representation of color #81476B: hue angle of 322.76º 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 #81476B is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 71 107 -
CMYK 0 0.45 0.17 0.49
HSL 322.76º 0.29% 0.39% -
HSV(B) 322.76º 0.45% 0.51% -
XYZ 13.96 10.24 15.15 -
YUV 92.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 129 71 107 0 0.45 0.17 0.49 322.76 0.29 0.39
Hex 81 47 6B 0 2D 11 31 143 1D 27
Octal 201 107 153 0 55 21 61 503 35 47
Binary 10000001 1000111 1101011 0 101101 10001 110001 101000011 11101 100111

Color Harmonies of #81476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81476B

Black with #81476B

Text Example


Text Example

White with #81476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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