#83332E

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

Shades of Crab Apple #83332E

Tints of Crab Apple #83332E

Color information

#83332E (or 0x83332E) is unknown color: approx Crab Apple. HEX triplet: 83, 33 and 2E. RGB value is (131,51,46). Sum of RGB (Red+Green+Blue) = 131+51+46=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #83332E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83332E is #7CCCD1. Grayscale: #4A4A4A. Windows color (decimal): -8178898 or 3027843. OLE color: 3027843.

HSL color Cylindrical-coordinate representation of color #83332E: hue angle of 3.53º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83332E is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1315146-
CMYK00.610.650.49
HSL3.53º48.02%34.71%-
HSV(B)3.53º64.89%51.37%-
XYZ11.047.393.43-
YUV74.35112168.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.46%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 46 (18.36% from 255) = 20.18%
R=57.46%
G=22.37%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131514600.610.650.493.5348.0234.71
Hex83332E03D413143023
Octal20363560751016146043
Binary1000001111001110111001111011000001110001100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83332E; }

 p { color: rgb(131,51,46); }

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

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

 a { background-color: rgb(131,51,46); }

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

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

 span { border-color: rgb(131,51,46); }

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