Html Css Color HEX #82476B Cosmic

📋 copy color: '#82476B'

red 130 ◦ green 71 ◦ blue 107

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

Shades of Cosmic #82476B

Tints of Cosmic #82476B

RGB

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

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

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

R = 42.21%
G = 23.05%
B = 34.74%

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

#82476B (or 0x82476B) is known color: Cosmic. HEX triplet: 82, 47 and 6B. RGB value is (130,71,107). Sum of RGB (Red+Green+Blue) = 130+71+107=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #82476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82476B is #7DB894. Grayscale: #5C5C5C. Windows color (decimal): -8239253 or 7030658. OLE color: 7030658.

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

Color convert

RGB 130 71 107 -
CMYK 0 0.45 0.18 0.49
HSL 323.39º 0.29% 0.39% -
HSV(B) 323.39º 0.45% 0.51% -
XYZ 14.11 10.31 15.16 -
YUV 92.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 130 71 107 0 0.45 0.18 0.49 323.39 0.29 0.39
Hex 82 47 6B 0 2D 12 31 143 1D 27
Octal 202 107 153 0 55 22 61 503 35 47
Binary 10000010 1000111 1101011 0 101101 10010 110001 101000011 11101 100111

Color Harmonies of #82476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82476B

Black with #82476B

Text Example


Text Example

White with #82476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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