Html Css Color HEX #882230 Shiraz

📋 copy color: '#882230'

red 136 ◦ green 34 ◦ blue 48

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

Shades of Shiraz #882230

Tints of Shiraz #882230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.6%

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

R = 62.39%
G = 15.6%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#882230 (or 0x882230) is known color: Shiraz. HEX triplet: 88, 22 and 30. RGB value is (136,34,48). Sum of RGB (Red+Green+Blue) = 136+34+48=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #882230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882230 is #77DDCF. Grayscale: #424242. Windows color (decimal): -7855568 or 3154568. OLE color: 3154568.

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

Color convert

RGB 136 34 48 -
CMYK 0 0.75 0.65 0.47
HSL 351.76º 0.6% 0.33% -
HSV(B) 351.76º 0.75% 0.53% -
XYZ 11.26 6.59 3.48 -
YUV 66.09 117.79 177.86 -
System Red Green Blue C M Y K H S L
Decimal 136 34 48 0 0.75 0.65 0.47 351.76 0.6 0.33
Hex 88 22 30 0 4B 41 2F 160 3C 21
Octal 210 42 60 0 113 101 57 540 74 41
Binary 10001000 100010 110000 0 1001011 1000001 101111 101100000 111100 100001

Color Harmonies of #882230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882230

Black with #882230

Text Example


Text Example

White with #882230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882230; }

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

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

background-color css

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

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

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

border-color css

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

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

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