Html Css Color HEX #883351 Disco

📋 copy color: '#883351'

red 136 ◦ green 51 ◦ blue 81

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

Shades of Disco #883351

Tints of Disco #883351

RGB

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

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

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

R = 50.75%
G = 19.03%
B = 30.22%

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

#883351 (or 0x883351) is known color: Disco. HEX triplet: 88, 33 and 51. RGB value is (136,51,81). Sum of RGB (Red+Green+Blue) = 136+51+81=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #883351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883351 is #77CCAE. Grayscale: #4F4F4F. Windows color (decimal): -7851183 or 5321608. OLE color: 5321608.

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

Color convert

RGB 136 51 81 -
CMYK 0 0.62 0.40 0.47
HSL 338.82º 0.45% 0.37% -
HSV(B) 338.82º 0.63% 0.53% -
XYZ 12.82 8.2 8.69 -
YUV 79.84 128.66 168.06 -
System Red Green Blue C M Y K H S L
Decimal 136 51 81 0 0.62 0.40 0.47 338.82 0.45 0.37
Hex 88 33 51 0 3E 28 2F 153 2D 25
Octal 210 63 121 0 76 50 57 523 55 45
Binary 10001000 110011 1010001 0 111110 101000 101111 101010011 101101 100101

Color Harmonies of #883351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883351

Black with #883351

Text Example


Text Example

White with #883351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883351; }

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

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

background-color css

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

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

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

border-color css

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

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

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