Html Css Color HEX #883051 Disco

📋 copy color: '#883051'

red 136 ◦ green 48 ◦ blue 81

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

Shades of Disco #883051

Tints of Disco #883051

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.11%

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

R = 51.32%
G = 18.11%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#883051 (or 0x883051) is known color: Disco. HEX triplet: 88, 30 and 51. RGB value is (136,48,81). Sum of RGB (Red+Green+Blue) = 136+48+81=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #883051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883051 is #77CFAE. Grayscale: #4E4E4E. Windows color (decimal): -7851951 or 5320840. OLE color: 5320840.

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

Color convert

RGB 136 48 81 -
CMYK 0 0.65 0.40 0.47
HSL 337.5º 0.48% 0.36% -
HSV(B) 337.5º 0.65% 0.53% -
XYZ 12.7 7.94 8.65 -
YUV 78.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 136 48 81 0 0.65 0.40 0.47 337.5 0.48 0.36
Hex 88 30 51 0 41 28 2F 152 30 24
Octal 210 60 121 0 101 50 57 522 60 44
Binary 10001000 110000 1010001 0 1000001 101000 101111 101010010 110000 100100

Color Harmonies of #883051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883051

Black with #883051

Text Example


Text Example

White with #883051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883051; }

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

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

background-color css

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

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

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

border-color css

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

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

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