#882F2B

Color #882F2B Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #882F2B

Tints of Crab Apple #882F2B

Color information

#882F2B (or 0x882F2B) is unknown color: approx Crab Apple. HEX triplet: 88, 2F and 2B. RGB value is (136,47,43). Sum of RGB (Red+Green+Blue) = 136+47+43=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #882F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F2B is #77D0D4. Grayscale: #494949. Windows color (decimal): -7852245 or 2830216. OLE color: 2830216.

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

Color convert

RGB1364743-
CMYK00.650.680.47
HSL2.58º51.96%35.1%-
HSV(B)2.58º68.38%53.33%-
XYZ11.617.443.11-
YUV73.16110.99172.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.18%
GREEN value IS 47 (18.75% from 255) = 20.80%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=60.18%
G=20.80%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136474300.650.680.472.5851.9635.1
Hex882F2B041442F33423
Octal210575301011045736443
Binary1000100010111110101101000001100010010111111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #882F2B;
 }
 .AnyTagClassName
 {
   color: #882F2B;
 }
</style>
background-color css

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

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

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

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

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

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