Html Css Color HEX #881A38 Shiraz

📋 copy color: '#881A38'

red 136 ◦ green 26 ◦ blue 56

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

Shades of Shiraz #881A38

Tints of Shiraz #881A38

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.93%

 BLUE value IS 56 (22.27% from 255) = 25.69%

R = 62.39%
G = 11.93%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#881A38 (or 0x881A38) is known color: Shiraz. HEX triplet: 88, 1A and 38. RGB value is (136,26,56). Sum of RGB (Red+Green+Blue) = 136+26+56=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #881A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881A38 is #77E5C7. Grayscale: #3E3E3E. Windows color (decimal): -7857608 or 3676808. OLE color: 3676808.

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

Color convert

RGB 136 26 56 -
CMYK 0 0.81 0.59 0.47
HSL 343.64º 0.68% 0.32% -
HSV(B) 343.64º 0.81% 0.53% -
XYZ 11.24 6.26 4.36 -
YUV 62.31 124.44 180.56 -
System Red Green Blue C M Y K H S L
Decimal 136 26 56 0 0.81 0.59 0.47 343.64 0.68 0.32
Hex 88 1A 38 0 51 3B 2F 158 44 20
Octal 210 32 70 0 121 73 57 530 104 40
Binary 10001000 11010 111000 0 1010001 111011 101111 101011000 1000100 100000

Color Harmonies of #881A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A38

Black with #881A38

Text Example


Text Example

White with #881A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,26,56); }

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

background-color css

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

 a { background-color: rgb(136,26,56); }

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

border-color css

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

 span { border-color: rgb(136,26,56); }

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