Html Css Color HEX #882F3C Shiraz

📋 copy color: '#882F3C'

red 136 ◦ green 47 ◦ blue 60

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

Shades of Shiraz #882F3C

Tints of Shiraz #882F3C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.34%

 BLUE value IS 60 (23.83% from 255) = 24.69%

R = 55.97%
G = 19.34%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#882F3C (or 0x882F3C) is known color: Shiraz. HEX triplet: 88, 2F and 3C. RGB value is (136,47,60). Sum of RGB (Red+Green+Blue) = 136+47+60=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #882F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F3C is #77D0C3. Grayscale: #4B4B4B. Windows color (decimal): -7852228 or 3944328. OLE color: 3944328.

HSL color Cylindrical-coordinate representation of color #882F3C: hue angle of 351.24º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #882F3C is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 47 60 -
CMYK 0 0.65 0.56 0.47
HSL 351.24º 0.49% 0.36% -
HSV(B) 351.24º 0.65% 0.53% -
XYZ 11.99 7.59 5.11 -
YUV 75.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 136 47 60 0 0.65 0.56 0.47 351.24 0.49 0.36
Hex 88 2F 3C 0 41 38 2F 15F 31 24
Octal 210 57 74 0 101 70 57 537 61 44
Binary 10001000 101111 111100 0 1000001 111000 101111 101011111 110001 100100

Color Harmonies of #882F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F3C

Black with #882F3C

Text Example


Text Example

White with #882F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882F3C; }

 p { color: rgb(136,47,60); }

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

background-color css

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

 a { background-color: rgb(136,47,60); }

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

border-color css

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

 span { border-color: rgb(136,47,60); }

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