Html Css Color HEX #83406F Cosmic

📋 copy color: '#83406F'

red 131 ◦ green 64 ◦ blue 111

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

Shades of Cosmic #83406F

Tints of Cosmic #83406F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.92%

 BLUE value IS 111 (43.75% from 255) = 36.27%

R = 42.81%
G = 20.92%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#83406F (or 0x83406F) is known color: Cosmic. HEX triplet: 83, 40 and 6F. RGB value is (131,64,111). Sum of RGB (Red+Green+Blue) = 131+64+111=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83406F is #7CBF90. Grayscale: #595959. Windows color (decimal): -8175505 or 7291011. OLE color: 7291011.

HSL color Cylindrical-coordinate representation of color #83406F: hue angle of 317.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83406F is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 64 111 -
CMYK 0 0.51 0.15 0.49
HSL 317.91º 0.34% 0.38% -
HSV(B) 317.91º 0.51% 0.51% -
XYZ 14.06 9.64 16.16 -
YUV 89.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 131 64 111 0 0.51 0.15 0.49 317.91 0.34 0.38
Hex 83 40 6F 0 33 F 31 13E 22 26
Octal 203 100 157 0 63 17 61 476 42 46
Binary 10000011 1000000 1101111 0 110011 1111 110001 100111110 100010 100110

Color Harmonies of #83406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83406F

Black with #83406F

Text Example


Text Example

White with #83406F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83406F; }

 p { color: rgb(131,64,111); }

 H1.HeaderClassName
 {
   color: #83406F;
 }
 .AnyTagClassName
 {
   color: #83406F;
 }
</style>

background-color css

<style>
 a { background-color: #83406F; }

 a { background-color: rgb(131,64,111); }

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

border-color css

<style>
 span { border-color: #83406F; }

 span { border-color: rgb(131,64,111); }

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