Html Css Color HEX #882C34 Shiraz

📋 copy color: '#882C34'

red 136 ◦ green 44 ◦ blue 52

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

Shades of Shiraz #882C34

Tints of Shiraz #882C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.41%

R = 58.62%
G = 18.97%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#882C34 (or 0x882C34) is known color: Shiraz. HEX triplet: 88, 2C and 34. RGB value is (136,44,52). Sum of RGB (Red+Green+Blue) = 136+44+52=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #882C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C34 is #77D3CB. Grayscale: #484848. Windows color (decimal): -7853004 or 3419272. OLE color: 3419272.

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

Color convert

RGB 136 44 52 -
CMYK 0 0.68 0.62 0.47
HSL 354.78º 0.51% 0.35% -
HSV(B) 354.78º 0.68% 0.53% -
XYZ 11.67 7.28 4.04 -
YUV 72.42 116.48 173.35 -
System Red Green Blue C M Y K H S L
Decimal 136 44 52 0 0.68 0.62 0.47 354.78 0.51 0.35
Hex 88 2C 34 0 44 3E 2F 163 33 23
Octal 210 54 64 0 104 76 57 543 63 43
Binary 10001000 101100 110100 0 1000100 111110 101111 101100011 110011 100011

Color Harmonies of #882C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882C34

Black with #882C34

Text Example


Text Example

White with #882C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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