Html Css Color HEX #882248 Disco

📋 copy color: '#882248'

red 136 ◦ green 34 ◦ blue 72

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

Shades of Disco #882248

Tints of Disco #882248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.05%

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

R = 56.2%
G = 14.05%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#882248 (or 0x882248) is known color: Disco. HEX triplet: 88, 22 and 48. RGB value is (136,34,72). Sum of RGB (Red+Green+Blue) = 136+34+72=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #882248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882248 is #77DDB7. Grayscale: #444444. Windows color (decimal): -7855544 or 4727432. OLE color: 4727432.

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

Color convert

RGB 136 34 72 -
CMYK 0 0.75 0.47 0.47
HSL 337.65º 0.6% 0.33% -
HSV(B) 337.65º 0.75% 0.53% -
XYZ 11.9 6.85 6.83 -
YUV 68.83 129.79 175.91 -
System Red Green Blue C M Y K H S L
Decimal 136 34 72 0 0.75 0.47 0.47 337.65 0.6 0.33
Hex 88 22 48 0 4B 2F 2F 152 3C 21
Octal 210 42 110 0 113 57 57 522 74 41
Binary 10001000 100010 1001000 0 1001011 101111 101111 101010010 111100 100001

Color Harmonies of #882248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882248

Black with #882248

Text Example


Text Example

White with #882248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882248; }

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

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

background-color css

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

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

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

border-color css

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

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

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