Html Css Color HEX #82396B Cosmic

📋 copy color: '#82396B'

red 130 ◦ green 57 ◦ blue 107

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

Shades of Cosmic #82396B

Tints of Cosmic #82396B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.39%

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

R = 44.22%
G = 19.39%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82396B (or 0x82396B) is known color: Cosmic. HEX triplet: 82, 39 and 6B. RGB value is (130,57,107). Sum of RGB (Red+Green+Blue) = 130+57+107=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82396B is #7DC694. Grayscale: #545454. Windows color (decimal): -8242837 or 7027074. OLE color: 7027074.

HSL color Cylindrical-coordinate representation of color #82396B: hue angle of 318.9º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82396B is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 57 107 -
CMYK 0 0.56 0.18 0.49
HSL 318.9º 0.39% 0.37% -
HSV(B) 318.9º 0.56% 0.51% -
XYZ 13.32 8.73 14.89 -
YUV 84.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 130 57 107 0 0.56 0.18 0.49 318.9 0.39 0.37
Hex 82 39 6B 0 38 12 31 13F 27 25
Octal 202 71 153 0 70 22 61 477 47 45
Binary 10000010 111001 1101011 0 111000 10010 110001 100111111 100111 100101

Color Harmonies of #82396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82396B

Black with #82396B

Text Example


Text Example

White with #82396B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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