Html Css Color HEX #883151 Disco

📋 copy color: '#883151'

red 136 ◦ green 49 ◦ blue 81

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

Shades of Disco #883151

Tints of Disco #883151

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.42%

 BLUE value IS 81 (32.03% from 255) = 30.45%

R = 51.13%
G = 18.42%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#883151 (or 0x883151) is known color: Disco. HEX triplet: 88, 31 and 51. RGB value is (136,49,81). Sum of RGB (Red+Green+Blue) = 136+49+81=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #883151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883151 is #77CEAE. Grayscale: #4E4E4E. Windows color (decimal): -7851695 or 5321096. OLE color: 5321096.

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

Color convert

RGB 136 49 81 -
CMYK 0 0.64 0.40 0.47
HSL 337.93º 0.47% 0.36% -
HSV(B) 337.93º 0.64% 0.53% -
XYZ 12.74 8.02 8.66 -
YUV 78.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 136 49 81 0 0.64 0.40 0.47 337.93 0.47 0.36
Hex 88 31 51 0 40 28 2F 152 2F 24
Octal 210 61 121 0 100 50 57 522 57 44
Binary 10001000 110001 1010001 0 1000000 101000 101111 101010010 101111 100100

Color Harmonies of #883151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883151

Black with #883151

Text Example


Text Example

White with #883151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883151; }

 p { color: rgb(136,49,81); }

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

background-color css

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

 a { background-color: rgb(136,49,81); }

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

border-color css

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

 span { border-color: rgb(136,49,81); }

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