Html Css Color HEX #882748 Disco

📋 copy color: '#882748'

red 136 ◦ green 39 ◦ blue 72

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

Shades of Disco #882748

Tints of Disco #882748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.79%

 BLUE value IS 72 (28.52% from 255) = 29.15%

R = 55.06%
G = 15.79%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#882748 (or 0x882748) is known color: Disco. HEX triplet: 88, 27 and 48. RGB value is (136,39,72). Sum of RGB (Red+Green+Blue) = 136+39+72=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #882748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882748 is #77D8B7. Grayscale: #474747. Windows color (decimal): -7854264 or 4728712. OLE color: 4728712.

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

Color convert

RGB 136 39 72 -
CMYK 0 0.71 0.47 0.47
HSL 339.59º 0.55% 0.34% -
HSV(B) 339.59º 0.71% 0.53% -
XYZ 12.05 7.15 6.88 -
YUV 71.77 128.14 173.82 -
System Red Green Blue C M Y K H S L
Decimal 136 39 72 0 0.71 0.47 0.47 339.59 0.55 0.34
Hex 88 27 48 0 47 2F 2F 154 37 22
Octal 210 47 110 0 107 57 57 524 67 42
Binary 10001000 100111 1001000 0 1000111 101111 101111 101010100 110111 100010

Color Harmonies of #882748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882748

Black with #882748

Text Example


Text Example

White with #882748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882748; }

 p { color: rgb(136,39,72); }

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

background-color css

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

 a { background-color: rgb(136,39,72); }

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

border-color css

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

 span { border-color: rgb(136,39,72); }

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