Html Css Color HEX #883047 Disco

📋 copy color: '#883047'

red 136 ◦ green 48 ◦ blue 71

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

Shades of Disco #883047

Tints of Disco #883047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.84%

R = 53.33%
G = 18.82%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#883047 (or 0x883047) is known color: Disco. HEX triplet: 88, 30 and 47. RGB value is (136,48,71). Sum of RGB (Red+Green+Blue) = 136+48+71=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #883047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883047 is #77CFB8. Grayscale: #4C4C4C. Windows color (decimal): -7851961 or 4665480. OLE color: 4665480.

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

Color convert

RGB 136 48 71 -
CMYK 0 0.65 0.48 0.47
HSL 344.32º 0.48% 0.36% -
HSV(B) 344.32º 0.65% 0.53% -
XYZ 12.35 7.8 6.82 -
YUV 76.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 136 48 71 0 0.65 0.48 0.47 344.32 0.48 0.36
Hex 88 30 47 0 41 30 2F 158 30 24
Octal 210 60 107 0 101 60 57 530 60 44
Binary 10001000 110000 1000111 0 1000001 110000 101111 101011000 110000 100100

Color Harmonies of #883047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883047

Black with #883047

Text Example


Text Example

White with #883047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883047; }

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

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

background-color css

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

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

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

border-color css

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

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

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