Html Css Color HEX #883250 Disco

📋 copy color: '#883250'

red 136 ◦ green 50 ◦ blue 80

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

Shades of Disco #883250

Tints of Disco #883250

RGB

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

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

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

R = 51.13%
G = 18.8%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#883250 (or 0x883250) is known color: Disco. HEX triplet: 88, 32 and 50. RGB value is (136,50,80). Sum of RGB (Red+Green+Blue) = 136+50+80=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #883250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883250 is #77CDAF. Grayscale: #4F4F4F. Windows color (decimal): -7851440 or 5255816. OLE color: 5255816.

HSL color Cylindrical-coordinate representation of color #883250: hue angle of 339.07º 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 #883250 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 80 -
CMYK 0 0.63 0.41 0.47
HSL 339.07º 0.46% 0.36% -
HSV(B) 339.07º 0.63% 0.53% -
XYZ 12.74 8.09 8.48 -
YUV 79.13 128.49 168.56 -
System Red Green Blue C M Y K H S L
Decimal 136 50 80 0 0.63 0.41 0.47 339.07 0.46 0.36
Hex 88 32 50 0 3F 29 2F 153 2E 24
Octal 210 62 120 0 77 51 57 523 56 44
Binary 10001000 110010 1010000 0 111111 101001 101111 101010011 101110 100100

Color Harmonies of #883250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883250

Black with #883250

Text Example


Text Example

White with #883250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883250; }

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

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

background-color css

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

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

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

border-color css

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

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

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