Html Css Color HEX #882A3C Shiraz

📋 copy color: '#882A3C'

red 136 ◦ green 42 ◦ blue 60

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

Shades of Shiraz #882A3C

Tints of Shiraz #882A3C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.65%

 BLUE value IS 60 (23.83% from 255) = 25.21%

R = 57.14%
G = 17.65%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#882A3C (or 0x882A3C) is known color: Shiraz. HEX triplet: 88, 2A and 3C. RGB value is (136,42,60). Sum of RGB (Red+Green+Blue) = 136+42+60=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #882A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A3C is #77D5C3. Grayscale: #484848. Windows color (decimal): -7853508 or 3943048. OLE color: 3943048.

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

Color convert

RGB 136 42 60 -
CMYK 0 0.69 0.56 0.47
HSL 348.51º 0.53% 0.35% -
HSV(B) 348.51º 0.69% 0.53% -
XYZ 11.8 7.22 5.05 -
YUV 72.16 121.14 173.54 -
System Red Green Blue C M Y K H S L
Decimal 136 42 60 0 0.69 0.56 0.47 348.51 0.53 0.35
Hex 88 2A 3C 0 45 38 2F 15D 35 23
Octal 210 52 74 0 105 70 57 535 65 43
Binary 10001000 101010 111100 0 1000101 111000 101111 101011101 110101 100011

Color Harmonies of #882A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882A3C

Black with #882A3C

Text Example


Text Example

White with #882A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,42,60); }

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

background-color css

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

 a { background-color: rgb(136,42,60); }

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

border-color css

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

 span { border-color: rgb(136,42,60); }

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