Html Css Color HEX #882235 Shiraz

📋 copy color: '#882235'

red 136 ◦ green 34 ◦ blue 53

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

Shades of Shiraz #882235

Tints of Shiraz #882235

RGB

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

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

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

R = 60.99%
G = 15.25%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#882235 (or 0x882235) is known color: Shiraz. HEX triplet: 88, 22 and 35. RGB value is (136,34,53). Sum of RGB (Red+Green+Blue) = 136+34+53=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #882235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882235 is #77DDCA. Grayscale: #424242. Windows color (decimal): -7855563 or 3482248. OLE color: 3482248.

HSL color Cylindrical-coordinate representation of color #882235: hue angle of 348.82º 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 #882235 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 34 53 -
CMYK 0 0.75 0.61 0.47
HSL 348.82º 0.6% 0.33% -
HSV(B) 348.82º 0.75% 0.53% -
XYZ 11.37 6.64 4.05 -
YUV 66.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 136 34 53 0 0.75 0.61 0.47 348.82 0.6 0.33
Hex 88 22 35 0 4B 3D 2F 15D 3C 21
Octal 210 42 65 0 113 75 57 535 74 41
Binary 10001000 100010 110101 0 1001011 111101 101111 101011101 111100 100001

Color Harmonies of #882235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882235

Black with #882235

Text Example


Text Example

White with #882235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882235; }

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

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

background-color css

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

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

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

border-color css

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

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

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