Html Css Color HEX #82476A Cosmic

📋 copy color: '#82476A'

red 130 ◦ green 71 ◦ blue 106

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

Shades of Cosmic #82476A

Tints of Cosmic #82476A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.53%

R = 42.35%
G = 23.13%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82476A (or 0x82476A) is known color: Cosmic. HEX triplet: 82, 47 and 6A. RGB value is (130,71,106). Sum of RGB (Red+Green+Blue) = 130+71+106=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82476A is #7DB895. Grayscale: #5C5C5C. Windows color (decimal): -8239254 or 6965122. OLE color: 6965122.

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

Color convert

RGB 130 71 106 -
CMYK 0 0.45 0.18 0.49
HSL 324.41º 0.29% 0.39% -
HSV(B) 324.41º 0.45% 0.51% -
XYZ 14.06 10.29 14.88 -
YUV 92.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 130 71 106 0 0.45 0.18 0.49 324.41 0.29 0.39
Hex 82 47 6A 0 2D 12 31 144 1D 27
Octal 202 107 152 0 55 22 61 504 35 47
Binary 10000010 1000111 1101010 0 101101 10010 110001 101000100 11101 100111

Color Harmonies of #82476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82476A

Black with #82476A

Text Example


Text Example

White with #82476A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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