Html Css Color HEX #82475A Cosmic

📋 copy color: '#82475A'

red 130 ◦ green 71 ◦ blue 90

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

Shades of Cosmic #82475A

Tints of Cosmic #82475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.93%

R = 44.67%
G = 24.4%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#82475A (or 0x82475A) is known color: Cosmic. HEX triplet: 82, 47 and 5A. RGB value is (130,71,90). Sum of RGB (Red+Green+Blue) = 130+71+90=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #82475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82475A is #7DB8A5. Grayscale: #5A5A5A. Windows color (decimal): -8239270 or 5916546. OLE color: 5916546.

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

Color convert

RGB 130 71 90 -
CMYK 0 0.45 0.31 0.49
HSL 340.68º 0.29% 0.39% -
HSV(B) 340.68º 0.45% 0.51% -
XYZ 13.3 9.99 10.9 -
YUV 90.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 130 71 90 0 0.45 0.31 0.49 340.68 0.29 0.39
Hex 82 47 5A 0 2D 1F 31 155 1D 27
Octal 202 107 132 0 55 37 61 525 35 47
Binary 10000010 1000111 1011010 0 101101 11111 110001 101010101 11101 100111

Color Harmonies of #82475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82475A

Black with #82475A

Text Example


Text Example

White with #82475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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