Html Css Color HEX #882B46 Disco

📋 copy color: '#882B46'

red 136 ◦ green 43 ◦ blue 70

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

Shades of Disco #882B46

Tints of Disco #882B46

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.27%

 BLUE value IS 70 (27.73% from 255) = 28.11%

R = 54.62%
G = 17.27%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#882B46 (or 0x882B46) is known color: Disco. HEX triplet: 88, 2B and 46. RGB value is (136,43,70). Sum of RGB (Red+Green+Blue) = 136+43+70=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #882B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B46 is #77D4B9. Grayscale: #494949. Windows color (decimal): -7853242 or 4598664. OLE color: 4598664.

HSL color Cylindrical-coordinate representation of color #882B46: hue angle of 342.58º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882B46 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 43 70 -
CMYK 0 0.68 0.49 0.47
HSL 342.58º 0.52% 0.35% -
HSV(B) 342.58º 0.68% 0.53% -
XYZ 12.12 7.4 6.58 -
YUV 73.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 136 43 70 0 0.68 0.49 0.47 342.58 0.52 0.35
Hex 88 2B 46 0 44 31 2F 157 34 23
Octal 210 53 106 0 104 61 57 527 64 43
Binary 10001000 101011 1000110 0 1000100 110001 101111 101010111 110100 100011

Color Harmonies of #882B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882B46

Black with #882B46

Text Example


Text Example

White with #882B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882B46; }

 p { color: rgb(136,43,70); }

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

background-color css

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

 a { background-color: rgb(136,43,70); }

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

border-color css

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

 span { border-color: rgb(136,43,70); }

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