Html Css Color HEX #882740 Shiraz

📋 copy color: '#882740'

red 136 ◦ green 39 ◦ blue 64

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

Shades of Shiraz #882740

Tints of Shiraz #882740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.78%

R = 56.9%
G = 16.32%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#882740 (or 0x882740) is known color: Shiraz. HEX triplet: 88, 27 and 40. RGB value is (136,39,64). Sum of RGB (Red+Green+Blue) = 136+39+64=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #882740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882740 is #77D8BF. Grayscale: #464646. Windows color (decimal): -7854272 or 4204424. OLE color: 4204424.

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

Color convert

RGB 136 39 64 -
CMYK 0 0.71 0.53 0.47
HSL 344.54º 0.55% 0.34% -
HSV(B) 344.54º 0.71% 0.53% -
XYZ 11.8 7.06 5.59 -
YUV 70.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 136 39 64 0 0.71 0.53 0.47 344.54 0.55 0.34
Hex 88 27 40 0 47 35 2F 159 37 22
Octal 210 47 100 0 107 65 57 531 67 42
Binary 10001000 100111 1000000 0 1000111 110101 101111 101011001 110111 100010

Color Harmonies of #882740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882740

Black with #882740

Text Example


Text Example

White with #882740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882740; }

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

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

background-color css

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

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

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

border-color css

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

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

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