Html Css Color HEX #882F3A Shiraz

📋 copy color: '#882F3A'

red 136 ◦ green 47 ◦ blue 58

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

Shades of Shiraz #882F3A

Tints of Shiraz #882F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.07%

R = 56.43%
G = 19.5%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#882F3A (or 0x882F3A) is known color: Shiraz. HEX triplet: 88, 2F and 3A. RGB value is (136,47,58). Sum of RGB (Red+Green+Blue) = 136+47+58=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #882F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F3A is #77D0C5. Grayscale: #4A4A4A. Windows color (decimal): -7852230 or 3813256. OLE color: 3813256.

HSL color Cylindrical-coordinate representation of color #882F3A: hue angle of 352.58º 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 #882F3A is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 47 58 -
CMYK 0 0.65 0.57 0.47
HSL 352.58º 0.49% 0.36% -
HSV(B) 352.58º 0.65% 0.53% -
XYZ 11.93 7.57 4.84 -
YUV 74.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 136 47 58 0 0.65 0.57 0.47 352.58 0.49 0.36
Hex 88 2F 3A 0 41 39 2F 161 31 24
Octal 210 57 72 0 101 71 57 541 61 44
Binary 10001000 101111 111010 0 1000001 111001 101111 101100001 110001 100100

Color Harmonies of #882F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F3A

Black with #882F3A

Text Example


Text Example

White with #882F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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