Html Css Color HEX #882C37 Shiraz

📋 copy color: '#882C37'

red 136 ◦ green 44 ◦ blue 55

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

Shades of Shiraz #882C37

Tints of Shiraz #882C37

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.72%

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

R = 57.87%
G = 18.72%
B = 23.4%

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

#882C37 (or 0x882C37) is known color: Shiraz. HEX triplet: 88, 2C and 37. RGB value is (136,44,55). Sum of RGB (Red+Green+Blue) = 136+44+55=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #882C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C37 is #77D3C8. Grayscale: #484848. Windows color (decimal): -7853001 or 3615880. OLE color: 3615880.

HSL color Cylindrical-coordinate representation of color #882C37: hue angle of 352.83º degrees, saturation: 0.51, 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 #882C37 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 44 55 -
CMYK 0 0.68 0.60 0.47
HSL 352.83º 0.51% 0.35% -
HSV(B) 352.83º 0.68% 0.53% -
XYZ 11.74 7.31 4.41 -
YUV 72.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 136 44 55 0 0.68 0.60 0.47 352.83 0.51 0.35
Hex 88 2C 37 0 44 3C 2F 161 33 23
Octal 210 54 67 0 104 74 57 541 63 43
Binary 10001000 101100 110111 0 1000100 111100 101111 101100001 110011 100011

Color Harmonies of #882C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882C37

Black with #882C37

Text Example


Text Example

White with #882C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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