Html Css Color HEX #83466F Cosmic

📋 copy color: '#83466F'

red 131 ◦ green 70 ◦ blue 111

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

Shades of Cosmic #83466F

Tints of Cosmic #83466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.44%

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

R = 41.99%
G = 22.44%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#83466F (or 0x83466F) is known color: Cosmic. HEX triplet: 83, 46 and 6F. RGB value is (131,70,111). Sum of RGB (Red+Green+Blue) = 131+70+111=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #83466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83466F is #7CB990. Grayscale: #5C5C5C. Windows color (decimal): -8173969 or 7292547. OLE color: 7292547.

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

Color convert

RGB 131 70 111 -
CMYK 0 0.47 0.15 0.49
HSL 319.67º 0.3% 0.39% -
HSV(B) 319.67º 0.47% 0.51% -
XYZ 14.42 10.35 16.28 -
YUV 92.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 131 70 111 0 0.47 0.15 0.49 319.67 0.3 0.39
Hex 83 46 6F 0 2F F 31 140 1E 27
Octal 203 106 157 0 57 17 61 500 36 47
Binary 10000011 1000110 1101111 0 101111 1111 110001 101000000 11110 100111

Color Harmonies of #83466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83466F

Black with #83466F

Text Example


Text Example

White with #83466F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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