Html Css Color HEX #882934 Shiraz

📋 copy color: '#882934'

red 136 ◦ green 41 ◦ blue 52

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

Shades of Shiraz #882934

Tints of Shiraz #882934

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.9%

 BLUE value IS 52 (20.7% from 255) = 22.71%

R = 59.39%
G = 17.9%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#882934 (or 0x882934) is known color: Shiraz. HEX triplet: 88, 29 and 34. RGB value is (136,41,52). Sum of RGB (Red+Green+Blue) = 136+41+52=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #882934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882934 is #77D6CB. Grayscale: #464646. Windows color (decimal): -7853772 or 3418504. OLE color: 3418504.

HSL color Cylindrical-coordinate representation of color #882934: hue angle of 353.05º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #882934 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 41 52 -
CMYK 0 0.70 0.62 0.47
HSL 353.05º 0.54% 0.35% -
HSV(B) 353.05º 0.7% 0.53% -
XYZ 11.57 7.07 4 -
YUV 70.66 117.47 174.61 -
System Red Green Blue C M Y K H S L
Decimal 136 41 52 0 0.70 0.62 0.47 353.05 0.54 0.35
Hex 88 29 34 0 46 3E 2F 161 36 23
Octal 210 51 64 0 106 76 57 541 66 43
Binary 10001000 101001 110100 0 1000110 111110 101111 101100001 110110 100011

Color Harmonies of #882934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882934

Black with #882934

Text Example


Text Example

White with #882934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882934; }

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

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

background-color css

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

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

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

border-color css

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

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

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