Html Css Color HEX #82476E Cosmic

📋 copy color: '#82476E'

red 130 ◦ green 71 ◦ blue 110

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

Shades of Cosmic #82476E

Tints of Cosmic #82476E

RGB

 RED value IS 130 (51.17% from 255) = 41.8%

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

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

R = 41.8%
G = 22.83%
B = 35.37%

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

#82476E (or 0x82476E) is known color: Cosmic. HEX triplet: 82, 47 and 6E. RGB value is (130,71,110). Sum of RGB (Red+Green+Blue) = 130+71+110=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #82476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82476E is #7DB891. Grayscale: #5C5C5C. Windows color (decimal): -8239250 or 7227266. OLE color: 7227266.

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

Color convert

RGB 130 71 110 -
CMYK 0 0.45 0.15 0.49
HSL 320.34º 0.29% 0.39% -
HSV(B) 320.34º 0.45% 0.51% -
XYZ 14.27 10.38 16 -
YUV 93.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 130 71 110 0 0.45 0.15 0.49 320.34 0.29 0.39
Hex 82 47 6E 0 2D F 31 140 1D 27
Octal 202 107 156 0 55 17 61 500 35 47
Binary 10000010 1000111 1101110 0 101101 1111 110001 101000000 11101 100111

Color Harmonies of #82476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82476E

Black with #82476E

Text Example


Text Example

White with #82476E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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