Html Css Color HEX #882B37 Shiraz

📋 copy color: '#882B37'

red 136 ◦ green 43 ◦ blue 55

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

Shades of Shiraz #882B37

Tints of Shiraz #882B37

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.38%

 BLUE value IS 55 (21.88% from 255) = 23.5%

R = 58.12%
G = 18.38%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#882B37 (or 0x882B37) is known color: Shiraz. HEX triplet: 88, 2B and 37. RGB value is (136,43,55). Sum of RGB (Red+Green+Blue) = 136+43+55=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #882B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B37 is #77D4C8. Grayscale: #484848. Windows color (decimal): -7853257 or 3615624. OLE color: 3615624.

HSL color Cylindrical-coordinate representation of color #882B37: hue angle of 352.26º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882B37 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 43 55 -
CMYK 0 0.68 0.60 0.47
HSL 352.26º 0.52% 0.35% -
HSV(B) 352.26º 0.68% 0.53% -
XYZ 11.71 7.24 4.39 -
YUV 72.18 118.31 173.52 -
System Red Green Blue C M Y K H S L
Decimal 136 43 55 0 0.68 0.60 0.47 352.26 0.52 0.35
Hex 88 2B 37 0 44 3C 2F 160 34 23
Octal 210 53 67 0 104 74 57 540 64 43
Binary 10001000 101011 110111 0 1000100 111100 101111 101100000 110100 100011

Color Harmonies of #882B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882B37

Black with #882B37

Text Example


Text Example

White with #882B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,43,55); }

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

background-color css

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

 a { background-color: rgb(136,43,55); }

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

border-color css

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

 span { border-color: rgb(136,43,55); }

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