Html Css Color HEX #882137 Shiraz

📋 copy color: '#882137'

red 136 ◦ green 33 ◦ blue 55

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

Shades of Shiraz #882137

Tints of Shiraz #882137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.73%

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

R = 60.71%
G = 14.73%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#882137 (or 0x882137) is known color: Shiraz. HEX triplet: 88, 21 and 37. RGB value is (136,33,55). Sum of RGB (Red+Green+Blue) = 136+33+55=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #882137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882137 is #77DEC8. Grayscale: #424242. Windows color (decimal): -7855817 or 3613064. OLE color: 3613064.

HSL color Cylindrical-coordinate representation of color #882137: hue angle of 347.18º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882137 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 33 55 -
CMYK 0 0.76 0.60 0.47
HSL 347.18º 0.61% 0.33% -
HSV(B) 347.18º 0.76% 0.53% -
XYZ 11.39 6.6 4.29 -
YUV 66.31 121.62 177.71 -
System Red Green Blue C M Y K H S L
Decimal 136 33 55 0 0.76 0.60 0.47 347.18 0.61 0.33
Hex 88 21 37 0 4C 3C 2F 15B 3D 21
Octal 210 41 67 0 114 74 57 533 75 41
Binary 10001000 100001 110111 0 1001100 111100 101111 101011011 111101 100001

Color Harmonies of #882137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882137

Black with #882137

Text Example


Text Example

White with #882137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882137; }

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

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

background-color css

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

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

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

border-color css

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

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

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