Html Css Color HEX #882640 Shiraz

📋 copy color: '#882640'

red 136 ◦ green 38 ◦ blue 64

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

Shades of Shiraz #882640

Tints of Shiraz #882640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.97%

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

R = 57.14%
G = 15.97%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#882640 (or 0x882640) is known color: Shiraz. HEX triplet: 88, 26 and 40. RGB value is (136,38,64). Sum of RGB (Red+Green+Blue) = 136+38+64=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #882640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882640 is #77D9BF. Grayscale: #464646. Windows color (decimal): -7854528 or 4204168. OLE color: 4204168.

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

Color convert

RGB 136 38 64 -
CMYK 0 0.72 0.53 0.47
HSL 344.08º 0.56% 0.34% -
HSV(B) 344.08º 0.72% 0.53% -
XYZ 11.77 6.99 5.58 -
YUV 70.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 136 38 64 0 0.72 0.53 0.47 344.08 0.56 0.34
Hex 88 26 40 0 48 35 2F 158 38 22
Octal 210 46 100 0 110 65 57 530 70 42
Binary 10001000 100110 1000000 0 1001000 110101 101111 101011000 111000 100010

Color Harmonies of #882640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882640

Black with #882640

Text Example


Text Example

White with #882640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882640; }

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

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

background-color css

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

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

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

border-color css

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

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

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