Html Css Color HEX #88254A Disco

📋 copy color: '#88254A'

red 136 ◦ green 37 ◦ blue 74

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

Shades of Disco #88254A

Tints of Disco #88254A

RGB

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

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

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

R = 55.06%
G = 14.98%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#88254A (or 0x88254A) is known color: Disco. HEX triplet: 88, 25 and 4A. RGB value is (136,37,74). Sum of RGB (Red+Green+Blue) = 136+37+74=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #88254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88254A is #77DAB5. Grayscale: #464646. Windows color (decimal): -7854774 or 4859272. OLE color: 4859272.

HSL color Cylindrical-coordinate representation of color #88254A: hue angle of 337.58º 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 #88254A is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 37 74 -
CMYK 0 0.73 0.46 0.47
HSL 337.58º 0.57% 0.34% -
HSV(B) 337.58º 0.73% 0.53% -
XYZ 12.05 7.05 7.2 -
YUV 70.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 136 37 74 0 0.73 0.46 0.47 337.58 0.57 0.34
Hex 88 25 4A 0 49 2E 2F 152 39 22
Octal 210 45 112 0 111 56 57 522 71 42
Binary 10001000 100101 1001010 0 1001001 101110 101111 101010010 111001 100010

Color Harmonies of #88254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88254A

Black with #88254A

Text Example


Text Example

White with #88254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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