Html Css Color HEX #882333 Shiraz

📋 copy color: '#882333'

red 136 ◦ green 35 ◦ blue 51

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

Shades of Shiraz #882333

Tints of Shiraz #882333

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.77%

 BLUE value IS 51 (20.31% from 255) = 22.97%

R = 61.26%
G = 15.77%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#882333 (or 0x882333) is known color: Shiraz. HEX triplet: 88, 23 and 33. RGB value is (136,35,51). Sum of RGB (Red+Green+Blue) = 136+35+51=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #882333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882333 is #77DCCC. Grayscale: #434343. Windows color (decimal): -7855309 or 3351432. OLE color: 3351432.

HSL color Cylindrical-coordinate representation of color #882333: hue angle of 350.5º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882333 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 35 51 -
CMYK 0 0.74 0.62 0.47
HSL 350.5º 0.59% 0.34% -
HSV(B) 350.5º 0.74% 0.53% -
XYZ 11.35 6.68 3.82 -
YUV 67.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 136 35 51 0 0.74 0.62 0.47 350.5 0.59 0.34
Hex 88 23 33 0 4A 3E 2F 15E 3B 22
Octal 210 43 63 0 112 76 57 536 73 42
Binary 10001000 100011 110011 0 1001010 111110 101111 101011110 111011 100010

Color Harmonies of #882333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882333

Black with #882333

Text Example


Text Example

White with #882333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882333; }

 p { color: rgb(136,35,51); }

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

background-color css

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

 a { background-color: rgb(136,35,51); }

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

border-color css

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

 span { border-color: rgb(136,35,51); }

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