Html Css Color HEX #883650 Disco

📋 copy color: '#883650'

red 136 ◦ green 54 ◦ blue 80

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

Shades of Disco #883650

Tints of Disco #883650

RGB

 RED value IS 136 (53.52% from 255) = 50.37%

 GREEN value IS 54 (21.48% from 255) = 20%

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

R = 50.37%
G = 20%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#883650 (or 0x883650) is known color: Disco. HEX triplet: 88, 36 and 50. RGB value is (136,54,80). Sum of RGB (Red+Green+Blue) = 136+54+80=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #883650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883650 is #77C9AF. Grayscale: #515151. Windows color (decimal): -7850416 or 5256840. OLE color: 5256840.

HSL color Cylindrical-coordinate representation of color #883650: hue angle of 340.98º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883650 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 54 80 -
CMYK 0 0.60 0.41 0.47
HSL 340.98º 0.43% 0.37% -
HSV(B) 340.98º 0.6% 0.53% -
XYZ 12.92 8.45 8.54 -
YUV 81.48 127.17 166.89 -
System Red Green Blue C M Y K H S L
Decimal 136 54 80 0 0.60 0.41 0.47 340.98 0.43 0.37
Hex 88 36 50 0 3C 29 2F 155 2B 25
Octal 210 66 120 0 74 51 57 525 53 45
Binary 10001000 110110 1010000 0 111100 101001 101111 101010101 101011 100101

Color Harmonies of #883650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883650

Black with #883650

Text Example


Text Example

White with #883650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883650; }

 p { color: rgb(136,54,80); }

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

background-color css

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

 a { background-color: rgb(136,54,80); }

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

border-color css

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

 span { border-color: rgb(136,54,80); }

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