Html Css Color HEX #83396B Cosmic

📋 copy color: '#83396B'

red 131 ◦ green 57 ◦ blue 107

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

Shades of Cosmic #83396B

Tints of Cosmic #83396B

RGB

 RED value IS 131 (51.56% from 255) = 44.41%

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

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

R = 44.41%
G = 19.32%
B = 36.27%

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

#83396B (or 0x83396B) is known color: Cosmic. HEX triplet: 83, 39 and 6B. RGB value is (131,57,107). Sum of RGB (Red+Green+Blue) = 131+57+107=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #83396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83396B is #7CC694. Grayscale: #545454. Windows color (decimal): -8177301 or 7027075. OLE color: 7027075.

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

Color convert

RGB 131 57 107 -
CMYK 0 0.56 0.18 0.49
HSL 319.46º 0.39% 0.37% -
HSV(B) 319.46º 0.56% 0.51% -
XYZ 13.48 8.81 14.9 -
YUV 84.83 140.52 160.93 -
System Red Green Blue C M Y K H S L
Decimal 131 57 107 0 0.56 0.18 0.49 319.46 0.39 0.37
Hex 83 39 6B 0 38 12 31 13F 27 25
Octal 203 71 153 0 70 22 61 477 47 45
Binary 10000011 111001 1101011 0 111000 10010 110001 100111111 100111 100101

Color Harmonies of #83396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83396B

Black with #83396B

Text Example


Text Example

White with #83396B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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