Html Css Color HEX #882138 Shiraz

📋 copy color: '#882138'

red 136 ◦ green 33 ◦ blue 56

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

Shades of Shiraz #882138

Tints of Shiraz #882138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.89%

R = 60.44%
G = 14.67%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#882138 (or 0x882138) is known color: Shiraz. HEX triplet: 88, 21 and 38. RGB value is (136,33,56). Sum of RGB (Red+Green+Blue) = 136+33+56=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #882138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882138 is #77DEC7. Grayscale: #424242. Windows color (decimal): -7855816 or 3678600. OLE color: 3678600.

HSL color Cylindrical-coordinate representation of color #882138: hue angle of 346.6º 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 #882138 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 33 56 -
CMYK 0 0.76 0.59 0.47
HSL 346.6º 0.61% 0.33% -
HSV(B) 346.6º 0.76% 0.53% -
XYZ 11.41 6.61 4.42 -
YUV 66.42 122.12 177.63 -
System Red Green Blue C M Y K H S L
Decimal 136 33 56 0 0.76 0.59 0.47 346.6 0.61 0.33
Hex 88 21 38 0 4C 3B 2F 15B 3D 21
Octal 210 41 70 0 114 73 57 533 75 41
Binary 10001000 100001 111000 0 1001100 111011 101111 101011011 111101 100001

Color Harmonies of #882138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882138

Black with #882138

Text Example


Text Example

White with #882138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882138; }

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

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

background-color css

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

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

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

border-color css

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

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

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