Html Css Color HEX #83476B Cosmic

📋 copy color: '#83476B'

red 131 ◦ green 71 ◦ blue 107

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

Shades of Cosmic #83476B

Tints of Cosmic #83476B

RGB

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

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

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

R = 42.39%
G = 22.98%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83476B (or 0x83476B) is known color: Cosmic. HEX triplet: 83, 47 and 6B. RGB value is (131,71,107). Sum of RGB (Red+Green+Blue) = 131+71+107=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #83476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83476B is #7CB894. Grayscale: #5C5C5C. Windows color (decimal): -8173717 or 7030659. OLE color: 7030659.

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

Color convert

RGB 131 71 107 -
CMYK 0 0.46 0.18 0.49
HSL 324º 0.3% 0.4% -
HSV(B) 324º 0.46% 0.51% -
XYZ 14.27 10.39 15.16 -
YUV 93.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 131 71 107 0 0.46 0.18 0.49 324 0.3 0.4
Hex 83 47 6B 0 2E 12 31 144 1E 28
Octal 203 107 153 0 56 22 61 504 36 50
Binary 10000011 1000111 1101011 0 101110 10010 110001 101000100 11110 101000

Color Harmonies of #83476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83476B

Black with #83476B

Text Example


Text Example

White with #83476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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