Html Css Color HEX #88334B Disco

📋 copy color: '#88334B'

red 136 ◦ green 51 ◦ blue 75

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

Shades of Disco #88334B

Tints of Disco #88334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.47%

 BLUE value IS 75 (29.69% from 255) = 28.63%

R = 51.91%
G = 19.47%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#88334B (or 0x88334B) is known color: Disco. HEX triplet: 88, 33 and 4B. RGB value is (136,51,75). Sum of RGB (Red+Green+Blue) = 136+51+75=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #88334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88334B is #77CCB4. Grayscale: #4F4F4F. Windows color (decimal): -7851189 or 4928392. OLE color: 4928392.

HSL color Cylindrical-coordinate representation of color #88334B: hue angle of 343.06º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88334B is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 51 75 -
CMYK 0 0.62 0.45 0.47
HSL 343.06º 0.45% 0.37% -
HSV(B) 343.06º 0.63% 0.53% -
XYZ 12.61 8.11 7.56 -
YUV 79.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 136 51 75 0 0.62 0.45 0.47 343.06 0.45 0.37
Hex 88 33 4B 0 3E 2D 2F 157 2D 25
Octal 210 63 113 0 76 55 57 527 55 45
Binary 10001000 110011 1001011 0 111110 101101 101111 101010111 101101 100101

Color Harmonies of #88334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88334B

Black with #88334B

Text Example


Text Example

White with #88334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88334B; }

 p { color: rgb(136,51,75); }

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

background-color css

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

 a { background-color: rgb(136,51,75); }

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

border-color css

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

 span { border-color: rgb(136,51,75); }

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