Html Css Color HEX #82475E Cosmic

📋 copy color: '#82475E'

red 130 ◦ green 71 ◦ blue 94

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

Shades of Cosmic #82475E

Tints of Cosmic #82475E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 44.07%
G = 24.07%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82475E (or 0x82475E) is known color: Cosmic. HEX triplet: 82, 47 and 5E. RGB value is (130,71,94). Sum of RGB (Red+Green+Blue) = 130+71+94=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #82475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82475E is #7DB8A1. Grayscale: #5B5B5B. Windows color (decimal): -8239266 or 6178690. OLE color: 6178690.

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

Color convert

RGB 130 71 94 -
CMYK 0 0.45 0.28 0.49
HSL 336.61º 0.29% 0.39% -
HSV(B) 336.61º 0.45% 0.51% -
XYZ 13.48 10.06 11.82 -
YUV 91.26 129.55 155.63 -
System Red Green Blue C M Y K H S L
Decimal 130 71 94 0 0.45 0.28 0.49 336.61 0.29 0.39
Hex 82 47 5E 0 2D 1C 31 151 1D 27
Octal 202 107 136 0 55 34 61 521 35 47
Binary 10000010 1000111 1011110 0 101101 11100 110001 101010001 11101 100111

Color Harmonies of #82475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82475E

Black with #82475E

Text Example


Text Example

White with #82475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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