Html Css Color HEX #863350 Disco

📋 copy color: '#863350'

red 134 ◦ green 51 ◦ blue 80

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

Shades of Disco #863350

Tints of Disco #863350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.25%

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

R = 50.57%
G = 19.25%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#863350 (or 0x863350) is known color: Disco. HEX triplet: 86, 33 and 50. RGB value is (134,51,80). Sum of RGB (Red+Green+Blue) = 134+51+80=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #863350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863350 is #79CCAF. Grayscale: #4F4F4F. Windows color (decimal): -7982256 or 5256070. OLE color: 5256070.

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

Color convert

RGB 134 51 80 -
CMYK 0 0.62 0.40 0.47
HSL 339.04º 0.45% 0.36% -
HSV(B) 339.04º 0.62% 0.53% -
XYZ 12.46 8.02 8.48 -
YUV 79.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 134 51 80 0 0.62 0.40 0.47 339.04 0.45 0.36
Hex 86 33 50 0 3E 28 2F 153 2D 24
Octal 206 63 120 0 76 50 57 523 55 44
Binary 10000110 110011 1010000 0 111110 101000 101111 101010011 101101 100100

Color Harmonies of #863350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863350

Black with #863350

Text Example


Text Example

White with #863350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863350; }

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

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

background-color css

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

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

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

border-color css

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

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

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