Html Css Color HEX #863250 Disco

📋 copy color: '#863250'

red 134 ◦ green 50 ◦ blue 80

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

Shades of Disco #863250

Tints of Disco #863250

RGB

 RED value IS 134 (52.73% from 255) = 50.76%

 GREEN value IS 50 (19.92% from 255) = 18.94%

 BLUE value IS 80 (31.64% from 255) = 30.3%

R = 50.76%
G = 18.94%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#863250 (or 0x863250) is known color: Disco. HEX triplet: 86, 32 and 50. RGB value is (134,50,80). Sum of RGB (Red+Green+Blue) = 134+50+80=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #863250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863250 is #79CDAF. Grayscale: #4E4E4E. Windows color (decimal): -7982512 or 5255814. OLE color: 5255814.

HSL color Cylindrical-coordinate representation of color #863250: hue angle of 338.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863250 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 50 80 -
CMYK 0 0.63 0.40 0.47
HSL 338.57º 0.46% 0.36% -
HSV(B) 338.57º 0.63% 0.53% -
XYZ 12.42 7.93 8.47 -
YUV 78.54 128.83 167.56 -
System Red Green Blue C M Y K H S L
Decimal 134 50 80 0 0.63 0.40 0.47 338.57 0.46 0.36
Hex 86 32 50 0 3F 28 2F 153 2E 24
Octal 206 62 120 0 77 50 57 523 56 44
Binary 10000110 110010 1010000 0 111111 101000 101111 101010011 101110 100100

Color Harmonies of #863250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863250

Black with #863250

Text Example


Text Example

White with #863250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863250; }

 p { color: rgb(134,50,80); }

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

background-color css

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

 a { background-color: rgb(134,50,80); }

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

border-color css

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

 span { border-color: rgb(134,50,80); }

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