Html Css Color HEX #882F3B Shiraz

📋 copy color: '#882F3B'

red 136 ◦ green 47 ◦ blue 59

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

Shades of Shiraz #882F3B

Tints of Shiraz #882F3B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.42%

 BLUE value IS 59 (23.44% from 255) = 24.38%

R = 56.2%
G = 19.42%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#882F3B (or 0x882F3B) is known color: Shiraz. HEX triplet: 88, 2F and 3B. RGB value is (136,47,59). Sum of RGB (Red+Green+Blue) = 136+47+59=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #882F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F3B is #77D0C4. Grayscale: #4B4B4B. Windows color (decimal): -7852229 or 3878792. OLE color: 3878792.

HSL color Cylindrical-coordinate representation of color #882F3B: hue angle of 351.91º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #882F3B is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 47 59 -
CMYK 0 0.65 0.57 0.47
HSL 351.91º 0.49% 0.36% -
HSV(B) 351.91º 0.65% 0.53% -
XYZ 11.96 7.58 4.97 -
YUV 74.98 118.99 171.52 -
System Red Green Blue C M Y K H S L
Decimal 136 47 59 0 0.65 0.57 0.47 351.91 0.49 0.36
Hex 88 2F 3B 0 41 39 2F 160 31 24
Octal 210 57 73 0 101 71 57 540 61 44
Binary 10001000 101111 111011 0 1000001 111001 101111 101100000 110001 100100

Color Harmonies of #882F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F3B

Black with #882F3B

Text Example


Text Example

White with #882F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882F3B; }

 p { color: rgb(136,47,59); }

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

background-color css

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

 a { background-color: rgb(136,47,59); }

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

border-color css

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

 span { border-color: rgb(136,47,59); }

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