Html Css Color HEX #881935 Shiraz

📋 copy color: '#881935'

red 136 ◦ green 25 ◦ blue 53

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

Shades of Shiraz #881935

Tints of Shiraz #881935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

 BLUE value IS 53 (21.09% from 255) = 24.77%

R = 63.55%
G = 11.68%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#881935 (or 0x881935) is known color: Shiraz. HEX triplet: 88, 19 and 35. RGB value is (136,25,53). Sum of RGB (Red+Green+Blue) = 136+25+53=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #881935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881935 is #77E6CA. Grayscale: #3D3D3D. Windows color (decimal): -7857867 or 3479944. OLE color: 3479944.

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

Color convert

RGB 136 25 53 -
CMYK 0 0.82 0.61 0.47
HSL 344.86º 0.69% 0.32% -
HSV(B) 344.86º 0.82% 0.53% -
XYZ 11.14 6.19 3.97 -
YUV 61.38 123.27 181.22 -
System Red Green Blue C M Y K H S L
Decimal 136 25 53 0 0.82 0.61 0.47 344.86 0.69 0.32
Hex 88 19 35 0 52 3D 2F 159 45 20
Octal 210 31 65 0 122 75 57 531 105 40
Binary 10001000 11001 110101 0 1010010 111101 101111 101011001 1000101 100000

Color Harmonies of #881935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881935

Black with #881935

Text Example


Text Example

White with #881935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881935; }

 p { color: rgb(136,25,53); }

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

background-color css

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

 a { background-color: rgb(136,25,53); }

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

border-color css

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

 span { border-color: rgb(136,25,53); }

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