Html Css Color HEX #88324A Disco

📋 copy color: '#88324A'

red 136 ◦ green 50 ◦ blue 74

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

Shades of Disco #88324A

Tints of Disco #88324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.23%

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 52.31%
G = 19.23%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#88324A (or 0x88324A) is known color: Disco. HEX triplet: 88, 32 and 4A. RGB value is (136,50,74). Sum of RGB (Red+Green+Blue) = 136+50+74=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #88324A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88324A is #77CDB5. Grayscale: #4E4E4E. Windows color (decimal): -7851446 or 4862600. OLE color: 4862600.

HSL color Cylindrical-coordinate representation of color #88324A: hue angle of 343.26º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #88324A is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 74 -
CMYK 0 0.63 0.46 0.47
HSL 343.26º 0.46% 0.36% -
HSV(B) 343.26º 0.63% 0.53% -
XYZ 12.53 8.01 7.36 -
YUV 78.45 125.49 169.05 -
System Red Green Blue C M Y K H S L
Decimal 136 50 74 0 0.63 0.46 0.47 343.26 0.46 0.36
Hex 88 32 4A 0 3F 2E 2F 157 2E 24
Octal 210 62 112 0 77 56 57 527 56 44
Binary 10001000 110010 1001010 0 111111 101110 101111 101010111 101110 100100

Color Harmonies of #88324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88324A

Black with #88324A

Text Example


Text Example

White with #88324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88324A; }

 p { color: rgb(136,50,74); }

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

background-color css

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

 a { background-color: rgb(136,50,74); }

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

border-color css

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

 span { border-color: rgb(136,50,74); }

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