Html Css Color HEX #883450 Disco

📋 copy color: '#883450'

red 136 ◦ green 52 ◦ blue 80

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

Shades of Disco #883450

Tints of Disco #883450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.4%

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 50.75%
G = 19.4%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#883450 (or 0x883450) is known color: Disco. HEX triplet: 88, 34 and 50. RGB value is (136,52,80). Sum of RGB (Red+Green+Blue) = 136+52+80=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #883450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883450 is #77CBAF. Grayscale: #505050. Windows color (decimal): -7850928 or 5256328. OLE color: 5256328.

HSL color Cylindrical-coordinate representation of color #883450: hue angle of 340º 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 #883450 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 52 80 -
CMYK 0 0.62 0.41 0.47
HSL 340º 0.45% 0.37% -
HSV(B) 340º 0.62% 0.53% -
XYZ 12.83 8.27 8.51 -
YUV 80.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 136 52 80 0 0.62 0.41 0.47 340 0.45 0.37
Hex 88 34 50 0 3E 29 2F 154 2D 25
Octal 210 64 120 0 76 51 57 524 55 45
Binary 10001000 110100 1010000 0 111110 101001 101111 101010100 101101 100101

Color Harmonies of #883450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883450

Black with #883450

Text Example


Text Example

White with #883450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883450; }

 p { color: rgb(136,52,80); }

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

background-color css

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

 a { background-color: rgb(136,52,80); }

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

border-color css

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

 span { border-color: rgb(136,52,80); }

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