Html Css Color HEX #881D30 Shiraz

📋 copy color: '#881D30'

red 136 ◦ green 29 ◦ blue 48

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

Shades of Shiraz #881D30

Tints of Shiraz #881D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.62%

 BLUE value IS 48 (19.14% from 255) = 22.54%

R = 63.85%
G = 13.62%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#881D30 (or 0x881D30) is known color: Shiraz. HEX triplet: 88, 1D and 30. RGB value is (136,29,48). Sum of RGB (Red+Green+Blue) = 136+29+48=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #881D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881D30 is #77E2CF. Grayscale: #3F3F3F. Windows color (decimal): -7856848 or 3153288. OLE color: 3153288.

HSL color Cylindrical-coordinate representation of color #881D30: hue angle of 349.35º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881D30 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 29 48 -
CMYK 0 0.79 0.65 0.47
HSL 349.35º 0.65% 0.32% -
HSV(B) 349.35º 0.79% 0.53% -
XYZ 11.13 6.33 3.43 -
YUV 63.16 119.45 179.96 -
System Red Green Blue C M Y K H S L
Decimal 136 29 48 0 0.79 0.65 0.47 349.35 0.65 0.32
Hex 88 1D 30 0 4F 41 2F 15D 41 20
Octal 210 35 60 0 117 101 57 535 101 40
Binary 10001000 11101 110000 0 1001111 1000001 101111 101011101 1000001 100000

Color Harmonies of #881D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881D30

Black with #881D30

Text Example


Text Example

White with #881D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881D30; }

 p { color: rgb(136,29,48); }

 H1.HeaderClassName
 {
   color: #881D30;
 }
 .AnyTagClassName
 {
   color: #881D30;
 }
</style>

background-color css

<style>
 a { background-color: #881D30; }

 a { background-color: rgb(136,29,48); }

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

border-color css

<style>
 span { border-color: #881D30; }

 span { border-color: rgb(136,29,48); }

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