#83382E

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

Shades of Crab Apple #83382E

Tints of Crab Apple #83382E

Color information

#83382E (or 0x83382E) is unknown color: approx Crab Apple. HEX triplet: 83, 38 and 2E. RGB value is (131,56,46). Sum of RGB (Red+Green+Blue) = 131+56+46=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #83382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83382E is #7CC7D1. Grayscale: #4D4D4D. Windows color (decimal): -8177618 or 3029123. OLE color: 3029123.

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

Color convert

RGB1315646-
CMYK00.570.650.49
HSL7.06º48.02%34.71%-
HSV(B)7.06º64.89%51.37%-
XYZ11.277.853.51-
YUV77.28110.35166.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.22%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 46 (18.36% from 255) = 19.74%
R=56.22%
G=24.03%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131564600.570.650.497.0648.0234.71
Hex83382E039413173023
Octal20370560711016176043
Binary1000001111100010111001110011000001110001111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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