Html Css Color HEX #88144A Disco

📋 copy color: '#88144A'

red 136 ◦ green 20 ◦ blue 74

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

Shades of Disco #88144A

Tints of Disco #88144A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.7%

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

R = 59.13%
G = 8.7%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#88144A (or 0x88144A) is known color: Disco. HEX triplet: 88, 14 and 4A. RGB value is (136,20,74). Sum of RGB (Red+Green+Blue) = 136+20+74=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #88144A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88144A is #77EBB5. Grayscale: #3C3C3C. Windows color (decimal): -7859126 or 4854920. OLE color: 4854920.

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

Color convert

RGB 136 20 74 -
CMYK 0 0.85 0.46 0.47
HSL 332.07º 0.74% 0.31% -
HSV(B) 332.07º 0.85% 0.53% -
XYZ 11.64 6.23 7.07 -
YUV 60.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 136 20 74 0 0.85 0.46 0.47 332.07 0.74 0.31
Hex 88 14 4A 0 55 2E 2F 14C 4A 1F
Octal 210 24 112 0 125 56 57 514 112 37
Binary 10001000 10100 1001010 0 1010101 101110 101111 101001100 1001010 11111

Color Harmonies of #88144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88144A

Black with #88144A

Text Example


Text Example

White with #88144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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