Html Css Color HEX #882140 Disco

📋 copy color: '#882140'

red 136 ◦ green 33 ◦ blue 64

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

Shades of Disco #882140

Tints of Disco #882140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.16%

 BLUE value IS 64 (25.39% from 255) = 27.47%

R = 58.37%
G = 14.16%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#882140 (or 0x882140) is known color: Disco. HEX triplet: 88, 21 and 40. RGB value is (136,33,64). Sum of RGB (Red+Green+Blue) = 136+33+64=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #882140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882140 is #77DEBF. Grayscale: #434343. Windows color (decimal): -7855808 or 4202888. OLE color: 4202888.

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

Color convert

RGB 136 33 64 -
CMYK 0 0.76 0.53 0.47
HSL 341.94º 0.61% 0.33% -
HSV(B) 341.94º 0.76% 0.53% -
XYZ 11.62 6.69 5.53 -
YUV 67.33 126.12 176.98 -
System Red Green Blue C M Y K H S L
Decimal 136 33 64 0 0.76 0.53 0.47 341.94 0.61 0.33
Hex 88 21 40 0 4C 35 2F 156 3D 21
Octal 210 41 100 0 114 65 57 526 75 41
Binary 10001000 100001 1000000 0 1001100 110101 101111 101010110 111101 100001

Color Harmonies of #882140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882140

Black with #882140

Text Example


Text Example

White with #882140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882140; }

 p { color: rgb(136,33,64); }

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

background-color css

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

 a { background-color: rgb(136,33,64); }

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

border-color css

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

 span { border-color: rgb(136,33,64); }

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