Html Css Color HEX #883251 Disco

📋 copy color: '#883251'

red 136 ◦ green 50 ◦ blue 81

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

Shades of Disco #883251

Tints of Disco #883251

RGB

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

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

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

R = 50.94%
G = 18.73%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#883251 (or 0x883251) is known color: Disco. HEX triplet: 88, 32 and 51. RGB value is (136,50,81). Sum of RGB (Red+Green+Blue) = 136+50+81=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #883251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883251 is #77CDAE. Grayscale: #4F4F4F. Windows color (decimal): -7851439 or 5321352. OLE color: 5321352.

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

Color convert

RGB 136 50 81 -
CMYK 0 0.63 0.40 0.47
HSL 338.37º 0.46% 0.36% -
HSV(B) 338.37º 0.63% 0.53% -
XYZ 12.78 8.11 8.68 -
YUV 79.25 128.99 168.48 -
System Red Green Blue C M Y K H S L
Decimal 136 50 81 0 0.63 0.40 0.47 338.37 0.46 0.36
Hex 88 32 51 0 3F 28 2F 152 2E 24
Octal 210 62 121 0 77 50 57 522 56 44
Binary 10001000 110010 1010001 0 111111 101000 101111 101010010 101110 100100

Color Harmonies of #883251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883251

Black with #883251

Text Example


Text Example

White with #883251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883251; }

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

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

background-color css

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

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

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

border-color css

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

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

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