Html Css Color HEX #882443 Disco

📋 copy color: '#882443'

red 136 ◦ green 36 ◦ blue 67

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

Shades of Disco #882443

Tints of Disco #882443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.06%

 BLUE value IS 67 (26.56% from 255) = 28.03%

R = 56.9%
G = 15.06%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#882443 (or 0x882443) is known color: Disco. HEX triplet: 88, 24 and 43. RGB value is (136,36,67). Sum of RGB (Red+Green+Blue) = 136+36+67=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #882443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882443 is #77DBBC. Grayscale: #454545. Windows color (decimal): -7855037 or 4400264. OLE color: 4400264.

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

Color convert

RGB 136 36 67 -
CMYK 0 0.74 0.51 0.47
HSL 341.4º 0.58% 0.34% -
HSV(B) 341.4º 0.74% 0.53% -
XYZ 11.8 6.9 6.02 -
YUV 69.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 136 36 67 0 0.74 0.51 0.47 341.4 0.58 0.34
Hex 88 24 43 0 4A 33 2F 155 3A 22
Octal 210 44 103 0 112 63 57 525 72 42
Binary 10001000 100100 1000011 0 1001010 110011 101111 101010101 111010 100010

Color Harmonies of #882443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882443

Black with #882443

Text Example


Text Example

White with #882443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882443; }

 p { color: rgb(136,36,67); }

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

background-color css

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

 a { background-color: rgb(136,36,67); }

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

border-color css

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

 span { border-color: rgb(136,36,67); }

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