Html Css Color HEX #882343 Disco

📋 copy color: '#882343'

red 136 ◦ green 35 ◦ blue 67

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

Shades of Disco #882343

Tints of Disco #882343

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.71%

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

R = 57.14%
G = 14.71%
B = 28.15%

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

#882343 (or 0x882343) is known color: Disco. HEX triplet: 88, 23 and 43. RGB value is (136,35,67). Sum of RGB (Red+Green+Blue) = 136+35+67=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #882343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882343 is #77DCBC. Grayscale: #444444. Windows color (decimal): -7855293 or 4400008. OLE color: 4400008.

HSL color Cylindrical-coordinate representation of color #882343: hue angle of 340.99º degrees, saturation: 0.59, 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 #882343 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 35 67 -
CMYK 0 0.74 0.51 0.47
HSL 340.99º 0.59% 0.34% -
HSV(B) 340.99º 0.74% 0.53% -
XYZ 11.77 6.84 6.01 -
YUV 68.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 136 35 67 0 0.74 0.51 0.47 340.99 0.59 0.34
Hex 88 23 43 0 4A 33 2F 155 3B 22
Octal 210 43 103 0 112 63 57 525 73 42
Binary 10001000 100011 1000011 0 1001010 110011 101111 101010101 111011 100010

Color Harmonies of #882343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882343

Black with #882343

Text Example


Text Example

White with #882343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882343; }

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

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

background-color css

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

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

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

border-color css

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

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

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