Html Css Color HEX #882A3F Shiraz

📋 copy color: '#882A3F'

red 136 ◦ green 42 ◦ blue 63

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

Shades of Shiraz #882A3F

Tints of Shiraz #882A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.14%

R = 56.43%
G = 17.43%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#882A3F (or 0x882A3F) is known color: Shiraz. HEX triplet: 88, 2A and 3F. RGB value is (136,42,63). Sum of RGB (Red+Green+Blue) = 136+42+63=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #882A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A3F is #77D5C0. Grayscale: #484848. Windows color (decimal): -7853505 or 4139656. OLE color: 4139656.

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

Color convert

RGB 136 42 63 -
CMYK 0 0.69 0.54 0.47
HSL 346.6º 0.53% 0.35% -
HSV(B) 346.6º 0.69% 0.53% -
XYZ 11.88 7.25 5.48 -
YUV 72.5 122.64 173.29 -
System Red Green Blue C M Y K H S L
Decimal 136 42 63 0 0.69 0.54 0.47 346.6 0.53 0.35
Hex 88 2A 3F 0 45 36 2F 15B 35 23
Octal 210 52 77 0 105 66 57 533 65 43
Binary 10001000 101010 111111 0 1000101 110110 101111 101011011 110101 100011

Color Harmonies of #882A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882A3F

Black with #882A3F

Text Example


Text Example

White with #882A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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