Html Css Color HEX #88254D Disco

📋 copy color: '#88254D'

red 136 ◦ green 37 ◦ blue 77

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

Shades of Disco #88254D

Tints of Disco #88254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

 BLUE value IS 77 (30.47% from 255) = 30.8%

R = 54.4%
G = 14.8%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#88254D (or 0x88254D) is known color: Disco. HEX triplet: 88, 25 and 4D. RGB value is (136,37,77). Sum of RGB (Red+Green+Blue) = 136+37+77=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88254D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88254D is #77DAB2. Grayscale: #474747. Windows color (decimal): -7854771 or 5055880. OLE color: 5055880.

HSL color Cylindrical-coordinate representation of color #88254D: hue angle of 335.76º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88254D is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 37 77 -
CMYK 0 0.73 0.43 0.47
HSL 335.76º 0.57% 0.34% -
HSV(B) 335.76º 0.73% 0.53% -
XYZ 12.15 7.09 7.75 -
YUV 71.16 131.3 174.25 -
System Red Green Blue C M Y K H S L
Decimal 136 37 77 0 0.73 0.43 0.47 335.76 0.57 0.34
Hex 88 25 4D 0 49 2B 2F 150 39 22
Octal 210 45 115 0 111 53 57 520 71 42
Binary 10001000 100101 1001101 0 1001001 101011 101111 101010000 111001 100010

Color Harmonies of #88254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88254D

Black with #88254D

Text Example


Text Example

White with #88254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88254D; }

 p { color: rgb(136,37,77); }

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

background-color css

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

 a { background-color: rgb(136,37,77); }

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

border-color css

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

 span { border-color: rgb(136,37,77); }

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