Html Css Color HEX #882741 Disco

📋 copy color: '#882741'

red 136 ◦ green 39 ◦ blue 65

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

Shades of Disco #882741

Tints of Disco #882741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.25%

 BLUE value IS 65 (25.78% from 255) = 27.08%

R = 56.67%
G = 16.25%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#882741 (or 0x882741) is known color: Disco. HEX triplet: 88, 27 and 41. RGB value is (136,39,65). Sum of RGB (Red+Green+Blue) = 136+39+65=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #882741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882741 is #77D8BE. Grayscale: #464646. Windows color (decimal): -7854271 or 4269960. OLE color: 4269960.

HSL color Cylindrical-coordinate representation of color #882741: hue angle of 343.92º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882741 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 39 65 -
CMYK 0 0.71 0.52 0.47
HSL 343.92º 0.55% 0.34% -
HSV(B) 343.92º 0.71% 0.53% -
XYZ 11.83 7.07 5.74 -
YUV 70.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 136 39 65 0 0.71 0.52 0.47 343.92 0.55 0.34
Hex 88 27 41 0 47 34 2F 158 37 22
Octal 210 47 101 0 107 64 57 530 67 42
Binary 10001000 100111 1000001 0 1000111 110100 101111 101011000 110111 100010

Color Harmonies of #882741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882741

Black with #882741

Text Example


Text Example

White with #882741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882741; }

 p { color: rgb(136,39,65); }

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

background-color css

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

 a { background-color: rgb(136,39,65); }

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

border-color css

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

 span { border-color: rgb(136,39,65); }

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