Html Css Color HEX #82386A Cosmic

📋 copy color: '#82386A'

red 130 ◦ green 56 ◦ blue 106

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

Shades of Cosmic #82386A

Tints of Cosmic #82386A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.18%

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

R = 44.52%
G = 19.18%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82386A (or 0x82386A) is known color: Cosmic. HEX triplet: 82, 38 and 6A. RGB value is (130,56,106). Sum of RGB (Red+Green+Blue) = 130+56+106=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82386A is #7DC795. Grayscale: #535353. Windows color (decimal): -8243094 or 6961282. OLE color: 6961282.

HSL color Cylindrical-coordinate representation of color #82386A: hue angle of 319.46º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82386A is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 56 106 -
CMYK 0 0.57 0.18 0.49
HSL 319.46º 0.4% 0.36% -
HSV(B) 319.46º 0.57% 0.51% -
XYZ 13.22 8.61 14.6 -
YUV 83.83 140.52 160.93 -
System Red Green Blue C M Y K H S L
Decimal 130 56 106 0 0.57 0.18 0.49 319.46 0.4 0.36
Hex 82 38 6A 0 39 12 31 13F 28 24
Octal 202 70 152 0 71 22 61 477 50 44
Binary 10000010 111000 1101010 0 111001 10010 110001 100111111 101000 100100

Color Harmonies of #82386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82386A

Black with #82386A

Text Example


Text Example

White with #82386A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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