Html Css Color HEX #882D3C Shiraz

📋 copy color: '#882D3C'

red 136 ◦ green 45 ◦ blue 60

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

Shades of Shiraz #882D3C

Tints of Shiraz #882D3C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.67%

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

R = 56.43%
G = 18.67%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#882D3C (or 0x882D3C) is known color: Shiraz. HEX triplet: 88, 2D and 3C. RGB value is (136,45,60). Sum of RGB (Red+Green+Blue) = 136+45+60=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #882D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D3C is #77D2C3. Grayscale: #494949. Windows color (decimal): -7852740 or 3943816. OLE color: 3943816.

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

Color convert

RGB 136 45 60 -
CMYK 0 0.67 0.56 0.47
HSL 350.11º 0.5% 0.35% -
HSV(B) 350.11º 0.67% 0.53% -
XYZ 11.91 7.44 5.08 -
YUV 73.92 120.15 172.28 -
System Red Green Blue C M Y K H S L
Decimal 136 45 60 0 0.67 0.56 0.47 350.11 0.5 0.35
Hex 88 2D 3C 0 43 38 2F 15E 32 23
Octal 210 55 74 0 103 70 57 536 62 43
Binary 10001000 101101 111100 0 1000011 111000 101111 101011110 110010 100011

Color Harmonies of #882D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882D3C

Black with #882D3C

Text Example


Text Example

White with #882D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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