Html Css Color HEX #882335 Shiraz

📋 copy color: '#882335'

red 136 ◦ green 35 ◦ blue 53

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

Shades of Shiraz #882335

Tints of Shiraz #882335

RGB

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

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

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

R = 60.71%
G = 15.63%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#882335 (or 0x882335) is known color: Shiraz. HEX triplet: 88, 23 and 35. RGB value is (136,35,53). Sum of RGB (Red+Green+Blue) = 136+35+53=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #882335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882335 is #77DCCA. Grayscale: #434343. Windows color (decimal): -7855307 or 3482504. OLE color: 3482504.

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

Color convert

RGB 136 35 53 -
CMYK 0 0.74 0.61 0.47
HSL 349.31º 0.59% 0.34% -
HSV(B) 349.31º 0.74% 0.53% -
XYZ 11.4 6.69 4.06 -
YUV 67.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 136 35 53 0 0.74 0.61 0.47 349.31 0.59 0.34
Hex 88 23 35 0 4A 3D 2F 15D 3B 22
Octal 210 43 65 0 112 75 57 535 73 42
Binary 10001000 100011 110101 0 1001010 111101 101111 101011101 111011 100010

Color Harmonies of #882335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882335

Black with #882335

Text Example


Text Example

White with #882335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882335; }

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

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

background-color css

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

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

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

border-color css

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

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

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